Commit 8df74a0e authored by Ben Klein's avatar Ben Klein Committed by Alexandre Julliard

winecfg: Fix a typo in autodetect_drives.

parent 68967527
......@@ -349,7 +349,7 @@ int autodetect_drives(void)
/* allocate a drive for it */
letter = allocate_letter(type);
if (letter == ']')
if (letter == 'Z' + 1)
{
report_error(NO_MORE_LETTERS);
fclose(fstab);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment