diff options
| author | Karel Klic <kklic@redhat.com> | 2009-11-24 15:06:43 +0100 |
|---|---|---|
| committer | Karel Klic <kklic@redhat.com> | 2009-11-24 15:06:43 +0100 |
| commit | a2a69a438e47d361f3c58fe8d631df906e2120d1 (patch) | |
| tree | 219fbdd4a115b46925a80e0482c24faaad1f2da2 /lib/Utils | |
| parent | f6e929ee12a08a95c263b9c4c3e89f6eab188c4c (diff) | |
| parent | bc5dfcff0c2eedd84a5f2bec27c519e2e90c5969 (diff) | |
Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt
Diffstat (limited to 'lib/Utils')
| -rw-r--r-- | lib/Utils/make_descr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Utils/make_descr.cpp b/lib/Utils/make_descr.cpp index c4cc3f3..7f60c90 100644 --- a/lib/Utils/make_descr.cpp +++ b/lib/Utils/make_descr.cpp @@ -52,7 +52,7 @@ static void add_content(bool &was_multiline, string& description, const char *he } /* Text attachments smaller than this will be also included in descrition */ -#define INLINE_TEXT_ATT_SIZE 1024 +#define INLINE_TEXT_ATT_SIZE (2*1024) string make_description_bz(const map_crash_report_t& pCrashReport) { |
