Ticket #290: libffado-libconfig145.patch
| File libffado-libconfig145.patch, 0.6 kB (added by oget, 2 years ago) |
|---|
-
libffado/src/libutil/Configuration.cpp
old new 333 333 libconfig::Setting *s = getDeviceSetting( vendor_id, model_id ); 334 334 if(s) { 335 335 try { 336 return s->lookupValue(setting, ref); 336 long long int refverylong = ref; 337 return s->lookupValue(setting, refverylong); 337 338 } catch (...) { 338 339 debugOutput(DEBUG_LEVEL_VERBOSE, "Setting %s not found\n", setting.c_str()); 339 340 return false;
