Changeset 655


Ignore:
Timestamp:
05/04/11 04:06:11 (2 years ago)
Author:
reyalp
Message:

trunk 1170 - fix shoot bug from 653

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/action_stack.c

    r653 r655  
    270270        // Initiate a shoot. Remember that stack program flow is reversed! 
    271271        action_pop(); 
    272  
    273         action_push_delay(conf.script_shoot_delay*100);// XXX FIXME find out how to wait to jpeg save finished 
     272        // XXX FIXME find out how to wait to jpeg save finished 
     273        // note, must not wait 0, means forever 
     274        action_push_delay((conf.script_shoot_delay)?conf.script_shoot_delay*100:1); 
    274275 
    275276        action_push(AS_WAIT_SAVE); 
Note: See TracChangeset for help on using the changeset viewer.