Changeset 1660:99bfd21f00ef in roaraudio for libroaryiff/audiocd.c


Ignore:
Timestamp:
05/08/09 16:56:40 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

changed name of fh in con struct to fh, this should all apps requiring the private member to fail to build, added function to get fh, change code to use them both everythere

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroaryiff/audiocd.c

    r819 r1660  
    4242  return -1; 
    4343 
    44  rcon.fh = con->fd; 
     44 roar_connect_fh(&rcon, con->fd); 
    4545 
    4646 if ( ! _g_roaryiff_cdrom.is_open ) { 
     
    5858  return -1; 
    5959 
    60  rcon.fh = con->fd; 
     60 roar_connect_fh(&rcon, con->fd); 
    6161 
    6262 if ( _g_roaryiff_cdrom.is_playing ) { 
Note: See TracChangeset for help on using the changeset viewer.