Changeset 4442:2d3a1ad3edcc in roaraudio for roard/roard.c


Ignore:
Timestamp:
10/09/10 16:02:44 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

make config default string symbolic, do not use it for server_info.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/roard.c

    r4423 r4442  
    437437 g_config->streams[ROAR_DIR_BIDIR   ].flags = ROAR_FLAG_ANTIECHO; 
    438438 
    439  g_config->location    = "***default***"; 
    440  g_config->description = "***default***"; 
     439 g_config->location    = CONF_DEF_STRING; 
     440 g_config->description = CONF_DEF_STRING; 
    441441 
    442442 g_config->memlock_level = -1; 
Note: See TracChangeset for help on using the changeset viewer.