Changeset 6403 for trunk/licq

Show
Ignore:
Timestamp:
07/03/08 06:08:04 (5 months ago)
Author:
flynd
Message:

Cast should be unsigned long.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/licq/src/pthread_rdwr.c

    r6400 r6403  
    114114    if (file != NULL) 
    115115    { 
    116       fprintf(file, "time: %lu\n", (long)time(NULL)); 
     116      fprintf(file, "time: %lu\n", (unsigned long)time(NULL)); 
    117117      print_users(file, rdwrp, reading); 
    118118      fclose(file);