diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-10-22 10:52:53 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-10-22 10:52:53 +0000 |
| commit | ef4d89ea4013a28fc0d65dfb6ecaabe632d587d9 (patch) | |
| tree | f73e34b0072287d857d29f148330f5f309b3395b /usr.sbin/sysinstall/wizard.c | |
| parent | 1e08b0a6376efef74dbc8975e4c6cf9267d0ecf6 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/sysinstall/wizard.c')
| -rw-r--r-- | usr.sbin/sysinstall/wizard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/wizard.c b/usr.sbin/sysinstall/wizard.c index 6dec01dc804d..e9c0da57ced2 100644 --- a/usr.sbin/sysinstall/wizard.c +++ b/usr.sbin/sysinstall/wizard.c @@ -146,7 +146,7 @@ slice_wizard(Disk *d) strtol(cmds[2],0,0), strtol(cmds[3],0,0), strtol(cmds[4],0,0), - strtol(cmds[5],0,0))); + strtol(cmds[5],0,0), "")); continue; } #endif |
