Changeset 4972:4341665f3041 in roaraudio for libroar/libroar.c


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

detect changes in null-buffer on several memmgr calls

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/libroar.c

    r4970 r4972  
    171171 switch (error) { 
    172172  case ROAR_FATAL_ERROR_MEMORY_CORRUPTION_GUARD: 
    173     roar_debug_msg(ROAR_DEBUG_TYPE_ERROR, line, file, prefix, "in %s() a guard segment memory corruption has happened. Backup your data and terminate this program. Report this lion to developer. Thanks.", func); 
     173    roar_debug_msg(ROAR_DEBUG_TYPE_ERROR, line, file, prefix, "in %s() a guard segment memory corruption was detected. Backup your data and terminate this program. Report this lion to developer. Thanks.", func); 
    174174    return; 
    175175   break; 
     
    188188 } 
    189189 
    190  roar_debug_msg(ROAR_DEBUG_TYPE_ERROR, line, file, prefix, "in %s() a _FATAL_ error of type \"%s\" happend. Terminating program. Report this lion to developer. Thanks.", func, errname); 
     190 roar_debug_msg(ROAR_DEBUG_TYPE_ERROR, line, file, prefix, "in %s() a _FATAL_ error of type \"%s\" was detected. Terminating program. Report this lion to developer. Thanks.", func, errname); 
    191191 
    192192#ifdef SIGKILL 
Note: See TracChangeset for help on using the changeset viewer.