Skip to content
Snippets Groups Projects
Commit 8df74a0e authored by Ben Klein's avatar Ben Klein Committed by Alexandre Julliard
Browse files

winecfg: Fix a typo in autodetect_drives.

parent 68967527
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment