~audio-recorder/audio-recorder/trunk

« back to all changes in this revision

Viewing changes to src/timer.c

  • Committer: Osmo Antero Maatta
  • Date: 2011-01-20 12:15:54 UTC
  • Revision ID: osmoma@gmail.com-20110120121554-6rmcjy9mgcirwnn6
Beware for long error messages. Small GUI changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
642
642
 
643
643
    // Note:
644
644
    // Do NOT fire if current clock time is 60 minutes or more over the timer value.
645
 
    // Eg. Do not fire if clock time is 14:00:00, and timer setting is:12:10:00 pm. We will assume here that user means 12:10pm tomorrow, not to day.
 
645
    // Eg. Do not fire if clock time is 14:00:00, and timer setting is:12:10:00 pm. We will assume here that user means 12:10pm tomorrow, not today.
646
646
 
647
647
    gint64 diff_secs = (clock_secs - timer_secs);
648
648