From 84234fa714e176255bb5fc89f5a7baa54ae0fdbe Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Wed, 3 Feb 2010 19:36:56 +0100 Subject: cli: fix the problem of not showing oops text in editor Signed-off-by: Denys Vlasenko --- lib/Utils/CrashTypes.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/Utils/CrashTypes.cpp b/lib/Utils/CrashTypes.cpp index 4fc93337..b50535be 100644 --- a/lib/Utils/CrashTypes.cpp +++ b/lib/Utils/CrashTypes.cpp @@ -35,6 +35,7 @@ static const char *const editable_files[] = { FILENAME_COMMENT , FILENAME_REPRODUCE , FILENAME_BACKTRACE , + FILENAME_KERNELOOPS , NULL }; -- cgit