Parent Directory
|
Revision Log
|
Patch
revision 213 by ph10, Wed Aug 15 11:34:14 2007 UTC | revision 215 by ph10, Wed Aug 15 14:20:05 2007 UTC | |
---|---|---|
# | Line 950 for (; *ptr != 0; ptr++) | Line 950 for (; *ptr != 0; ptr++) |
950 | { | { |
951 | while (*(++ptr) != ']') | while (*(++ptr) != ']') |
952 | { | { |
953 | if (*ptr == 0) return -1; | |
954 | if (*ptr == '\\') | if (*ptr == '\\') |
955 | { | { |
956 | if (*(++ptr) == 0) return -1; | if (*(++ptr) == 0) return -1; |
|
ViewVC Help | |
Powered by ViewVC 1.1.5 |