GNOME Bugzilla – Bug 137940
Filechooser with more than 25 volumes
Last modified: 2004-12-22 21:47:04 UTC
The win32 implementation of GtkFileSystem falls over if there are more than 25 logical drives in the system. The current implementation could be trivially fixed to cope with 26 drives but since there is no explicit mention in the Platform SDK of a hard maximum of 26 drives it seems better to cope with any number and just ignore drives after Z:
Created attachment 25878 [details] [review] Proposed fix
2004-03-22 J. Ali Harlow <ali@juiblex.co.uk> * gtk/gtkfilesystemwin32.c (list_volumes): Cope with the theoretical possibility of more than 26 logical drives. Fixes bug #137940