Changeset 990
- Timestamp:
- 11/28/10 04:12:56 (2 years ago)
- File:
-
- 1 edited
-
trunk/CHDK/SCRIPTS/TEST/romlog.lua (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/CHDK/SCRIPTS/TEST/romlog.lua
r895 r990 17 17 18 18 if (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 20 22 end 21 23
Note: See TracChangeset
for help on using the changeset viewer.