IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 15, 2005, 3:00:59 PM (21 years ago)
Author:
eugene
Message:

cleanup errors caught by Wall,Werror

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/kapa/event/FlushDisplay.c

    r2473 r4769  
    1414  if (!reftimeset) {
    1515    flush = TRUE;
    16     gettimeofday (&reftime, (struct timeval *) NULL);
     16    gettimeofday (&reftime, NULL);
    1717  }
    1818
    19   gettimeofday (&now, (struct timeval *) NULL);
     19  gettimeofday (&now, NULL);
    2020  dtime = DTIME (now, reftime);
    2121
Note: See TracChangeset for help on using the changeset viewer.