Changeset 5146:716400712348 in roaraudio for libroar/asyncctl.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/asyncctl.c

    r4708 r5146  
    7676 m.datalen = len_have; 
    7777 
    78  if ( roar_req(con, &m, NULL) != 0 ) 
     78 if ( roar_req3(con, &m, NULL) != 0 ) 
    7979  return -1; 
    8080 
Note: See TracChangeset for help on using the changeset viewer.