mirror of
https://github.com/gwenhael-le-moine/sway-patched-tray-menu.git
synced 2025-01-29 08:34:59 +01:00
Merge pull request #3411 from RedSoxFan/fix-brace-detect-seeking
config: do not reset pos when braces found
This commit is contained in:
commit
d256182f49
1 changed files with 3 additions and 1 deletions
|
@ -613,7 +613,9 @@ static int detect_brace(FILE *file) {
|
|||
}
|
||||
}
|
||||
free(line);
|
||||
fseek(file, pos, SEEK_SET);
|
||||
if (ret == 0) {
|
||||
fseek(file, pos, SEEK_SET);
|
||||
}
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue