actually pass the config file around
This commit is contained in:
parent
f782823c12
commit
c850efbde5
|
|
@ -882,7 +882,7 @@ int uiloadconfig(const char* config_file_str, int confignum, int configureddevic
|
||||||
slogt("device config file: %s", device_config_file);
|
slogt("device config file: %s", device_config_file);
|
||||||
if (error == MONOCOQUE_ERROR_NONE)
|
if (error == MONOCOQUE_ERROR_NONE)
|
||||||
{
|
{
|
||||||
error = devsetup(device_type, device_subtype, NULL, ms, &settings, config_device);
|
error = devsetup(device_type, device_subtype, device_config_file, ms, &settings, config_device);
|
||||||
}
|
}
|
||||||
if (error == MONOCOQUE_ERROR_NONE)
|
if (error == MONOCOQUE_ERROR_NONE)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue