mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 12:03:45 +00:00
wine.conf should not overrule content of burned in data in
loadorder.c.
This commit is contained in:
parent
d096d773f2
commit
658191ee00
1 changed files with 1 additions and 1 deletions
|
@ -427,7 +427,7 @@ BOOL MODULE_InitLoadOrder(void)
|
||||||
|
|
||||||
TRACE(module, "Key '%s' uses override '%s'\n", key, value);
|
TRACE(module, "Key '%s' uses override '%s'\n", key, value);
|
||||||
|
|
||||||
if(!AddLoadOrderSet(key, value, FALSE))
|
if(!AddLoadOrderSet(key, value, TRUE))
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue