From 1f3bf130e3705ed4d77af08cf51c12128ab5424d Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Tue, 20 May 2003 15:26:00 +0000 Subject: merge from taroon branch to HEAD. mostly the package stuff, but also msw's ctrl-alt-del thing and some arch fixups --- isys/vio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'isys/vio.c') diff --git a/isys/vio.c b/isys/vio.c index a39cf13f2..bad6ac708 100644 --- a/isys/vio.c +++ b/isys/vio.c @@ -77,7 +77,7 @@ int vioGetCdDevs(struct knownDevices * devices) { model = alloca((20 + strlen(chptr)) * sizeof(char *)); sprintf(model, "IBM Virtual CD-ROM Model %s", chptr); - snprintf(ctl, 63, "iseries/vcd%d", ctlNum); + snprintf(ctl, 63, "iseries/vcd%c", ctlNum + 'a'); if (!deviceKnown(devices, ctl)) { newDevice.name = strdup(ctl); -- cgit