Subversion Repository

Parent Directory Parent Directory | Revision Log Revision Log


Revision 116 - (show annotations)
Sun Oct 4 14:32:28 2009 UTC (3 years, 7 months ago) by cjg
File size: 288 byte(s)
added new ports
1 --- src/glob.c.orig 2002-10-09 08:02:31.000000000 -0500
2 +++ src/glob.c 2002-10-09 08:02:46.000000000 -0500
3 @@ -48,7 +48,7 @@
4
5 switch (*pat)
6 {
7 - case NULL: // pattern at end
8 + case '\0': // pattern at end
9 return (!*str); // String at end ?
10
11 case '*': // match all
12