Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/devices.in')
-rw-r--r--winsup/cygwin/devices.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/devices.in b/winsup/cygwin/devices.in
index 31a84e23a..05c551655 100644
--- a/winsup/cygwin/devices.in
+++ b/winsup/cygwin/devices.in
@@ -140,7 +140,7 @@ device::parsedisk (int drive, int part)
else
{
base = DEV_SD1_MAJOR;
- drive -= 'q' - 'q';
+ drive -= 'q' - 'a';
}
parse (base, part + (drive * 16));
}