Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • global.c

    reebef19 rc0f9e30  
    480480}
    481481
    482 void owl_global_set_lastinputtime(owl_global *g, time_t time) {
    483   g->lastinputtime = time;
     482void owl_global_update_lastinputtime(owl_global *g) {
     483  g->lastinputtime = time(NULL);
    484484}
    485485
Note: See TracChangeset for help on using the changeset viewer.