Changeset 2680
- Timestamp:
- 02/21/08 23:33:21 (9 months ago)
- Files:
-
- trunk/lib_internal/testsuite/matchlist.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib_internal/testsuite/matchlist.c
r2674 r2680 29 29 int wrapper_exit_code = 255; 30 30 31 int main( int argc, char *argv[])31 int main() 32 32 { 33 33 struct MatchList list; … … 62 62 else { 63 63 char buf[(sizeof(result) * 8) / 3 + 2], *ptr; 64 s size_t i;64 size_t i; 65 65 WRITE_MSG(1, "result = "); 66 66 buf[sizeof(buf) - 1] = '\0';
