all repos — fluxbox @ 6645688880667e08537a8630d09af03fc1c2d083

custom fork of the fluxbox windowmanager

definition should match declaration
Mathias Gumz akira at fluxbox dot org
commit

6645688880667e08537a8630d09af03fc1c2d083

parent

69bf3965b74a4d0435179f0e1095339384e81b2c

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

jump to
M src/FbTk/StringUtil.ccsrc/FbTk/StringUtil.cc

@@ -195,7 +195,7 @@ Returns positive value on success and this value is

for the position + 1 in the in-string where the "last"-char value was found. */ -int getStringBetween(string& out, const char *instr, const char first, const char last, +int getStringBetween(string& out, const char *instr, char first, char last, const char *ok_chars, bool allow_nesting) { assert(first); assert(last);