|
Rockbox mail archiveSubject: Re: cvs: apps tree.c,1.210,1.211Re: cvs: apps tree.c,1.210,1.211
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Mon, 24 Nov 2003 10:58:07 +0100 (CET) On Mon, 24 Nov 2003, Bjorn Stenberg wrote: > - if ((currdir[1] == 0) && !strcmp(entry->d_name, BOOTFILE)) { > + if ((currdir[1] == 0) && !stricmp(entry->d_name, BOOTFILE)) { Do we have a stricmp() ? I thought we had a strcasecmp()... -- Daniel Stenberg -- http://rockbox.haxx.se/ -- http://daniel.haxx.se/Received on 2003-11-24 Page template was last modified "Tue Sep 7 00:00:02 2021" The Rockbox Crew -- Privacy Policy |