diff options
author | mathias <mathias> | 2005-10-21 19:23:57 (GMT) |
---|---|---|
committer | mathias <mathias> | 2005-10-21 19:23:57 (GMT) |
commit | f14c73ed3388a4f995b99e4fedddfc09e2df6e63 (patch) | |
tree | 1c147a0ca600c4b3625a2c8ac0fd956260d90ea0 /src/FbTk/StringUtil.hh | |
parent | 254dcb1bcc608e7234c26460bd48b4be49913134 (diff) | |
download | fluxbox-f14c73ed3388a4f995b99e4fedddfc09e2df6e63.zip fluxbox-f14c73ed3388a4f995b99e4fedddfc09e2df6e63.tar.bz2 |
Fixed #1223878, Style reloading on USR2 (patch from Zan)
cosmetic stuff in StringUtil.cc/hh
Diffstat (limited to 'src/FbTk/StringUtil.hh')
-rw-r--r-- | src/FbTk/StringUtil.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FbTk/StringUtil.hh b/src/FbTk/StringUtil.hh index b79b46a..3e1077f 100644 --- a/src/FbTk/StringUtil.hh +++ b/src/FbTk/StringUtil.hh | |||
@@ -45,7 +45,7 @@ std::string findExtension(const std::string &filename); | |||
45 | std::string replaceString(const std::string &original, | 45 | std::string replaceString(const std::string &original, |
46 | const char *find_string, | 46 | const char *find_string, |
47 | const char *replace); | 47 | const char *replace); |
48 | 48 | ||
49 | /// returns string between character first and last | 49 | /// returns string between character first and last |
50 | int getStringBetween(std::string& out, const char *instr, | 50 | int getStringBetween(std::string& out, const char *instr, |
51 | char first, char last, | 51 | char first, char last, |