forked from e16/e16
1
0
Fork 0

containers: Configuration saving tweaks - fixup

Forgot to change file name buffer, container configuration changes
could get lost.
This commit is contained in:
Kim Woelders 2022-04-19 18:08:09 +02:00
parent 9cfe1e2577
commit 5e7ca9c93e
1 changed files with 1 additions and 1 deletions

View File

@ -1839,7 +1839,7 @@ ContainersConfigSave(void)
Container *ct;
Etmp(st);
fs = fopen(s, "w");
fs = fopen(st, "w");
if (!fs)
return;