diff options
author | fluxgen <fluxgen> | 2002-01-09 14:11:20 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-01-09 14:11:20 (GMT) |
commit | e0969658986378d0d79b990a9862e5c0e3aff911 (patch) | |
tree | 2d50f61d27b3e7e7d0a99bcdb938797486ad3fdb /src/StringUtil.hh | |
parent | a7e1cc466ae291852dd1f0c296417250483b137c (diff) | |
download | fluxbox_pavel-e0969658986378d0d79b990a9862e5c0e3aff911.zip fluxbox_pavel-e0969658986378d0d79b990a9862e5c0e3aff911.tar.bz2 |
updated copyright date and added id-tags
Diffstat (limited to 'src/StringUtil.hh')
-rw-r--r-- | src/StringUtil.hh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/StringUtil.hh b/src/StringUtil.hh index cf069fb..59ce57c 100644 --- a/src/StringUtil.hh +++ b/src/StringUtil.hh | |||
@@ -1,5 +1,5 @@ | |||
1 | // StringUtil.hh for fluxbox | 1 | // StringUtil.hh for fluxbox |
2 | // Copyright (c) 2001 Henrik Kinnunen (fluxgen@linuxmail.org) | 2 | // Copyright (c) 2001 - 2002 Henrik Kinnunen (fluxgen@linuxmail.org) |
3 | // | 3 | // |
4 | // Permission is hereby granted, free of charge, to any person obtaining a | 4 | // Permission is hereby granted, free of charge, to any person obtaining a |
5 | // copy of this software and associated documentation files (the "Software"), | 5 | // copy of this software and associated documentation files (the "Software"), |
@@ -19,7 +19,7 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | //$Id: StringUtil.hh,v 1.3 2002/01/08 00:10:02 fluxgen Exp $ | 22 | //$Id: StringUtil.hh,v 1.4 2002/01/09 14:11:20 fluxgen Exp $ |
23 | 23 | ||
24 | #ifndef _STRINGUTIL_HH_ | 24 | #ifndef _STRINGUTIL_HH_ |
25 | #define _STRINGUTIL_HH_ | 25 | #define _STRINGUTIL_HH_ |
@@ -48,7 +48,7 @@ struct StringUtil | |||
48 | const char * const delimiters = " \t\n") | 48 | const char * const delimiters = " \t\n") |
49 | { | 49 | { |
50 | const std::string::size_type len = in.length(); | 50 | const std::string::size_type len = in.length(); |
51 | std::string::size_type i = 0; | 51 | std::string::size_type i = 0; |
52 | 52 | ||
53 | while ( i < len ) { | 53 | while ( i < len ) { |
54 | // eat leading whitespace | 54 | // eat leading whitespace |