Ignore:
Timestamp:
Nov 8, 2005 12:46:10 PM (19 years ago)
Author:
bennylp
Message:

Linux alpha test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/main/pjlib/src/pj/os_core_unix.c

    r14 r35  
    261261 
    262262    /* Call user's entry! */ 
    263     result = (void*) (*rec->proc)(rec->arg); 
     263    result = (void*)(long)(*rec->proc)(rec->arg); 
    264264 
    265265    /* Done. */ 
Note: See TracChangeset for help on using the changeset viewer.