Changeset 4784:7aa703c721af in roaraudio for libroar/debug.c


Ignore:
Timestamp:
03/10/11 23:59:16 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added support for trap-policy:die and updated to a good message for policy:warn

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/debug.c

    r4708 r4784  
    139139} 
    140140 
    141 void roar_debug_msg(int type, unsigned long int line, char * file, char * prefix, char * format, ...) { 
     141void roar_debug_msg(int type, unsigned long int line, const char * file, const char * prefix, const char * format, ...) { 
    142142 struct roar_vio_calls * vio; 
    143143 va_list ap; 
Note: See TracChangeset for help on using the changeset viewer.