summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade/wizard.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/sade/wizard.c')
-rw-r--r--usr.sbin/sade/wizard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sade/wizard.c b/usr.sbin/sade/wizard.c
index 9fa1449..19a63de 100644
--- a/usr.sbin/sade/wizard.c
+++ b/usr.sbin/sade/wizard.c
@@ -33,7 +33,7 @@ Scan_Disk(Disk *d)
u_long l;
int i,j,fd;
- strcpy(device,"/dev/r");
+ strcpy(device,"/dev/");
strcat(device,d->name);
fd = open(device,O_RDWR);
OpenPOWER on IntegriCloud