Changeset 5146:716400712348 in roaraudio for libroar/basic.c


Ignore:
Timestamp:
10/15/11 12:48:07 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

Moved error frame handling into proto functions (pr0)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/basic.c

    r5144 r5146  
    389389 mes.stream = -1; 
    390390 
    391  return roar_req(con, &mes, NULL); 
     391 return roar_req3(con, &mes, NULL); 
    392392} 
    393393 
     
    432432 strncpy(mes.data+5, name, max_len); 
    433433 
    434  return roar_req(con, &mes, NULL); 
     434 return roar_req3(con, &mes, NULL); 
    435435} 
    436436 
Note: See TracChangeset for help on using the changeset viewer.