winecfg: Fix a typo in autodetect_drives.
This commit is contained in:
parent
689675273b
commit
8df74a0edb
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue