Changeset 3219:9f57256fb56a in roaraudio


Ignore:
Timestamp:
01/24/10 06:40:44 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/config.c

    r3218 r3219  
    243243    roar_libroar_set_server(v); 
    244244  } else if ( !strcmp(k, "set-authfile") ) { 
    245    strncpy(confi->authfile, v, 1023); 
    246    confi->authfile[1023] = 0; 
     245   strncpy(config->authfile, v, 1023); 
     246   config->authfile[1023] = 0; 
    247247  } else { 
    248248   ROAR_WARN("roar_libroar_config_parse(*): Unknown option: %s", k); 
Note: See TracChangeset for help on using the changeset viewer.