Changeset 5837:96349d1c8634 in roaraudio for libroar/libroar.c


Ignore:
Timestamp:
01/06/13 23:33:14 (11 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

Avoid %llX on win32 (Closes: #271)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/libroar.c

    r5823 r5837  
    123123 return 0; 
    124124#else 
    125  ROAR_ERR("roar_usleep(t=%llu): can not sleep: not implemented", (long long unsigned int)t); 
     125 ROAR_ERR("roar_usleep(t=%" LIBROAR__ll "u): can not sleep: not implemented", (LIBROAR__longlong unsigned int)t); 
    126126 roar_strap(ROAR_TRAP_GROUP_LIBROAR, "usleep.not-implemented"); 
    127127 roar_err_set(ROAR_ERROR_NOSYS); 
Note: See TracChangeset for help on using the changeset viewer.