Changeset 1351
- Timestamp:
- 11/12/06 10:46:10 (7 years ago)
- File:
-
- 1 edited
-
libcaca/trunk/test/swallow.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/test/swallow.c
r1350 r1351 29 29 static caca_display_t *dp; 30 30 unsigned char *buf[2]; 31 unsignedlong int bytes[2], total[2];31 long int bytes[2], total[2]; 32 32 FILE *f[2]; 33 33 int w, h, i; … … 87 87 total[i] += 128; 88 88 } 89 else 90 { 91 fprintf(stderr, "%s: corrupted input\n", argv[0]); 92 return -1; 93 } 89 94 } 90 95 }
Note: See TracChangeset
for help on using the changeset viewer.
