Changeset 5837:96349d1c8634 in roaraudio for libroar/hash.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/hash.c

    r5823 r5837  
    298298      break; 
    299299    } 
    300     snprintf(out, outlen-1, "%lli", tmp.llsi); 
     300    snprintf(out, outlen-1, "%" LIBROAR__ll "i", (LIBROAR__longlong int)tmp.llsi); 
    301301   break; 
    302302  default: 
Note: See TracChangeset for help on using the changeset viewer.