Changeset 4873:98d17d4deeec in roaraudio for libroar/ctl.c


Ignore:
Timestamp:
04/26/11 11:03:46 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

make use of new error stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/ctl.c

    r4740 r4873  
    194194 m.data[0] = id; 
    195195 
    196  roar_errno = ROAR_ERROR_UNKNOWN; 
     196 roar_err_set(ROAR_ERROR_UNKNOWN); 
    197197 
    198198 if ( roar_req(con, &m, NULL) == -1 ) { 
    199   roar_errno = ROAR_ERROR_PROTO; 
     199  roar_err_set(ROAR_ERROR_PROTO); 
    200200  return -1; 
    201201 } 
Note: See TracChangeset for help on using the changeset viewer.