Changeset 5360:3dd9d1fd1b0e in roaraudio for libroar/basic.c


Ignore:
Timestamp:
12/16/11 19:03:13 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added const keywords, removed an uneeded cast to non-const

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/basic.c

    r5296 r5360  
    175175 if ( list != NULL ) { 
    176176  for (i = 0; list[i].server != NULL; i++) { 
    177    if ( (fh = roar_connect_raw((char*)list[i].server, 0, 0)) != -1 ) { 
     177   if ( (fh = roar_connect_raw(list[i].server, 0, 0)) != -1 ) { 
    178178    roar_enum_servers_free(list); 
    179179    return fh; 
Note: See TracChangeset for help on using the changeset viewer.