diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-11-12 16:17:39 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-11-12 16:17:39 +0100 |
commit | 3938e6e075867ae3a349ba307ee672aa458d2662 (patch) | |
tree | 4db5d4c58632519227e535610822f4c8a262c1e4 /lib/Utils/stringops.cpp | |
parent | f93fc8bc4c4db4547ca7fcdd6ad67f73e1755873 (diff) | |
download | abrt-3938e6e075867ae3a349ba307ee672aa458d2662.tar.gz abrt-3938e6e075867ae3a349ba307ee672aa458d2662.tar.xz abrt-3938e6e075867ae3a349ba307ee672aa458d2662.zip |
SOSreport.cpp: __gnu_cxx::stdio_filebuf<char> is +8k in code, thanks but no
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'lib/Utils/stringops.cpp')
-rw-r--r-- | lib/Utils/stringops.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Utils/stringops.cpp b/lib/Utils/stringops.cpp index 73084fc..1b3793f 100644 --- a/lib/Utils/stringops.cpp +++ b/lib/Utils/stringops.cpp @@ -1,6 +1,6 @@ #include "abrtlib.h" -void parse_args(const char *psArgs, vector_string_t& pArgs, const char quote) +void parse_args(const char *psArgs, vector_string_t& pArgs, int quote) { unsigned ii; bool is_quote = false; |