Changeset 990


Ignore:
Timestamp:
11/28/10 04:12:56 (2 years ago)
Author:
reyalp
Message:

use System.Create if SystemEventInit? fails to make romlog.lua compatible with newer cameras

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/CHDK/SCRIPTS/TEST/romlog.lua

    r895 r990  
    1717 
    1818if (call_event_proc("SystemEventInit") == -1) then 
    19         printf("SystemEventInit failed") 
     19        if (call_event_proc("System.Create") == -1) then 
     20                printf("SystemEventInit / System.Create failed") 
     21        end 
    2022end 
    2123 
Note: See TracChangeset for help on using the changeset viewer.