Changeset 6023:8775bb6534f5 in roaraudio for libroar/vio_stream.c


Ignore:
Timestamp:
07/13/14 18:33:48 (10 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

corrected comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/vio_stream.c

    r5961 r6023  
    288288   if ( FD_ISSET(listen, &fds) ) { 
    289289    if ( (fh = accept(listen, NULL, NULL)) != -1 ) { 
    290      /* errr, do we need we any error handling here? */ 
     290     /* TODO: FIXME: XXX: errr, do we need any error handling here? */ 
    291291    } 
    292292 
Note: See TracChangeset for help on using the changeset viewer.