- Timestamp:
- Oct 24, 2007, 1:57:41 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.5/mondo/src/mondoarchive/mondo-cli.c
r1690 r1702 239 239 bool flag_set[128]; 240 240 241 malloc_string(tmp);241 tmp = malloc(9*MAX_STR_LEN); 242 242 sensibly_set_tmpdir_and_scratchdir(); 243 243 for (i = 0; i < 128; i++) {
Note:
See TracChangeset
for help on using the changeset viewer.