Changeset 5065:18cdc8c3a1ab in roaraudio for roarclients


Ignore:
Timestamp:
06/18/11 04:07:49 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added roar_clock_gettime()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roarclients/roarctl.c

    r5031 r5065  
    249249 
    250250 if ( roar_get_time(con, &time) == -1 ) { 
    251   fprintf(stderr, "Error: can not get server time\n"); 
     251  fprintf(stderr, "Error: can not get server time: %s\n", roar_error2str(roar_error)); 
    252252  return; 
    253253 } 
Note: See TracChangeset for help on using the changeset viewer.