- Timestamp:
- 11/05/11 07:38:57 (19 months ago)
- File:
-
- 1 edited
-
trunk/core/script.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/script.c
r1394 r1396 436 436 sprintf(print_screen_file, "A/CHDK/LOGS/LOG_%04d.TXT", val); 437 437 print_screen_d = open(print_screen_file, O_WRONLY|O_CREAT|flag_trunc, 0777); 438 if (print_screen_d>=0) lseek(print_screen_d,0,SEEK_END); 438 439 } 439 440 }
Note: See TracChangeset
for help on using the changeset viewer.