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

    r5145 r5146  
    6363 } 
    6464 
    65  if ( roar_req(con, &m, NULL) != 0 ) 
     65 if ( roar_req3(con, &m, NULL) != 0 ) 
    6666  return -1; 
    6767 
Note: See TracChangeset for help on using the changeset viewer.