Changeset 355:87138af50068 in mediastreamer2 for linphone/coreapi/lpconfig.c
- Timestamp:
- Mar 23, 2009 3:09:10 PM (4 years ago)
- Branch:
- default
- File:
-
- 1 edited
-
linphone/coreapi/lpconfig.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
linphone/coreapi/lpconfig.c
r354 r355 293 293 float lp_config_get_float(LpConfig *lpconfig,const char *section, const char *key, float default_value){ 294 294 const char *str=lp_config_get_string(lpconfig,section,key,NULL); 295 float ret ;295 float ret=default_value; 296 296 if (str==NULL) return default_value; 297 297 sscanf(str,"%f",&ret);
Note: See TracChangeset
for help on using the changeset viewer.
