Changeset 4517:203da07ed7d3 in roaraudio for libroar/config.c


Ignore:
Timestamp:
10/16/10 16:17:23 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

fixed const cast problem

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/config.c

    r4349 r4517  
    4444 static int    inited = 0; 
    4545 static char   authfile[1024]; 
    46  char        * home = roar_env_get_home(0); 
     46 const  char * home = roar_env_get_home(0); 
    4747 
    4848 if ( !inited ) { 
Note: See TracChangeset for help on using the changeset viewer.