Changeset 425
- Timestamp:
- Jan 5, 2005, 8:44:55 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pwntcha/trunk/src/scode.c
r423 r425 48 48 49 49 /* Detect background: first and last 3 lines */ 50 for(i = 0; i < 256; i++)50 for(i = 0; i < 3 * 256; i++) 51 51 stats[i] = 0; 52 52
Note: See TracChangeset
for help on using the changeset viewer.