Changeset 3979:0956d6d73469 in roaraudio


Ignore:
Timestamp:
06/27/10 22:01:20 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

corrected use of roar_vio_printf()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/roard/protocol-rplay.c

    r3978 r3979  
    160160  cd = ""; 
    161161 
    162  return roar_vio_printf("-error=\"%s\" command=\"%s\" client-data=\"%s\"\n", msg, command, cd) <= 0 ? -1 : 0; 
     162 return roar_vio_printf(vio, "-error=\"%s\" command=\"%s\" client-data=\"%s\"\n", msg, command, cd) <= 0 ? -1 : 0; 
    163163} 
    164164 
Note: See TracChangeset for help on using the changeset viewer.