all repos — fluxbox @ a56e409b1fdf8a4a388dfe61e770bf4e8f4c0d8e

custom fork of the fluxbox windowmanager

Exit loop for unterminated { } pair
Jim Ramsay i.am@jimramsay.com
commit

a56e409b1fdf8a4a388dfe61e770bf4e8f4c0d8e

parent

ba5d30f4ce29e8d6a9a5ed4b0e28b4f567ebe266

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M src/FbTk/StringUtil.hhsrc/FbTk/StringUtil.hh

@@ -84,7 +84,7 @@

while (true) { err = getStringBetween(token, in.c_str() + pos, first, last, ok_chars, allow_nesting); - if (err == 0) + if (err <= 0) break; container.push_back(token); pos += err;