From c3afe7c8ea7ccb147e30ccbafbfcdad279d479aa Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Thu, 19 Nov 2009 13:26:08 +0100 Subject: make BZ insert small text attachments inline; move text file detection code Run-tested Signed-off-by: Denys Vlasenko --- inc/CrashTypes.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'inc') diff --git a/inc/CrashTypes.h b/inc/CrashTypes.h index 5149fb53..77947f6f 100644 --- a/inc/CrashTypes.h +++ b/inc/CrashTypes.h @@ -7,6 +7,8 @@ // BIN - binary value, should be displayed as a path to binary file // TXT - text value, should be displayed // ATT - text value which can be sent as attachment via reporters +// TODO: maybe we don't need separate CD_ATT - can simply look at strlen(content) +// in all places which want to handle "long" and "short" texts differently #define CD_SYS "s" #define CD_BIN "b" #define CD_TXT "t" -- cgit