Changeset 5026:eb2aee394b16 in roaraudio


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

use roar_mm_str*()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/enumdev.c

    r5016 r5026  
    230230 
    231231   if ( f->suffix != NULL ) { 
    232     if ( (strlen(buf) + strlen(f->suffix) + 1) > sizeof(buf) ) 
     232    if ( (roar_mm_strlen(buf) + roar_mm_strlen(f->suffix) + 1) > sizeof(buf) ) 
    233233     continue; 
    234234 
    235     strcat(buf, f->suffix); 
     235    roar_mm_strscat(buf, f->suffix); 
    236236   } 
    237237 
Note: See TracChangeset for help on using the changeset viewer.