Changeset 4973:20bee823ab67 in roaraudio for libroar/vio.c


Ignore:
Timestamp:
05/16/11 14:25:27 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

use memory corruption roar_panic()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/vio.c

    r4968 r4973  
    649649    } else { 
    650650     // memory corruption: 
     651     roar_panic(ROAR_FATAL_ERROR_MEMORY_CORRUPTION, NULL); 
    651652     roar_err_set(ROAR_ERROR_CHERNOBYL); 
    652653     return -1; 
Note: See TracChangeset for help on using the changeset viewer.