Parent Directory
|
Revision Log
|
Patch
revision 370 by ph10, Sun Aug 24 16:53:47 2008 UTC | revision 371 by ph10, Mon Aug 25 18:28:05 2008 UTC | |
---|---|---|
# | Line 156 for (p = string; length-- > 0; p++) | Line 156 for (p = string; length-- > 0; p++) |
156 | } | } |
157 | #else | #else |
158 | (void)(string); /* Keep picky compilers happy */ | (void)(string); /* Keep picky compilers happy */ |
159 | (void)(length); | (void)(length); |
160 | #endif | #endif |
161 | ||
162 | return -1; | return -1; |
|
ViewVC Help | |
Powered by ViewVC 1.1.5 |