Changeset 5278:b3e0dd3f3141 in roaraudio for libroar/vio_string.c


Ignore:
Timestamp:
11/21/11 00:42:20 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

last parts of merging _nonblock into _ctl and fixed sizeof(cmd) of _ctls

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/vio_string.c

    r4708 r5278  
    6767 char    cur; 
    6868 char    buf[1024]; 
    69  off_t   offs; 
     69 roar_off_t   offs; 
    7070 char  * eol; 
    7171 
     
    7979 size -= 1; 
    8080 
    81  if ( (offs = roar_vio_lseek(vio, 0, SEEK_CUR)) == (off_t)-1 ) { 
     81 if ( (offs = roar_vio_lseek(vio, 0, SEEK_CUR)) == (roar_off_t)-1 ) { 
    8282  // need to use the one byte at a time methode 
    8383  while ( have < size ) { 
Note: See TracChangeset for help on using the changeset viewer.