Changeset 1396


Ignore:
Timestamp:
11/05/11 07:38:57 (19 months ago)
Author:
philmoz
Message:

Fix for changeset 1394.
http://chdk.setepontos.com/index.php?topic=650.msg75276#msg75276

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/script.c

    r1394 r1396  
    436436    sprintf(print_screen_file, "A/CHDK/LOGS/LOG_%04d.TXT", val); 
    437437    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);     
    438439  } 
    439440} 
Note: See TracChangeset for help on using the changeset viewer.