Changeset 4471:01d73d56fffe in roaraudio


Ignore:
Timestamp:
10/10/10 22:16:59 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

fixed small bugf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/auth.c

    r4470 r4471  
    203203  return -1; 
    204204 
    205  if ( data == NULL ) { 
     205 if ( data != NULL ) { 
    206206  ibuf = data; 
    207207 } else { 
Note: See TracChangeset for help on using the changeset viewer.