Changeset 3668:fb881b515df5 in roaraudio


Ignore:
Timestamp:
04/05/10 12:21:57 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

some cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroaross/libroaross.c

    r3667 r3668  
    14101410   break; 
    14111411  default:       // return successfully opened pointer to caller 
    1412 #if 0 
    1413     if ( (pointer = _get_pointer_by_fh(ret)) != NULL ) { 
    1414      if ( (fr = roar_vio_to_stdio(&(pointer->handle->stream_vio), flags)) == NULL ) { 
    1415       errno = EIO; 
    1416       return NULL; 
    1417      } else { 
    1418       return fr; 
    1419      } 
    1420     } else { 
    1421      errno = EIO; 
    1422      return NULL; 
    1423     } 
    1424 #endif 
    14251412    if ( (vio = roar_mm_malloc(sizeof(struct roar_vio_calls))) == NULL ) { 
    14261413     return NULL; // errno should be set correctly by roar_mm_malloc(). 
Note: See TracChangeset for help on using the changeset viewer.