From 6b44e844a34561491c6a2e32cb4888a85b1416b9 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 2 Apr 2014 18:35:23 -0500 Subject: Fix backtrace submission --- drkonqi/backtrace.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'drkonqi/backtrace.cpp') diff --git a/drkonqi/backtrace.cpp b/drkonqi/backtrace.cpp index 95bc0e054..b05c4b418 100644 --- a/drkonqi/backtrace.cpp +++ b/drkonqi/backtrace.cpp @@ -306,7 +306,7 @@ void BackTrace::processBacktrace() if (crashedExec.startsWith("/")) { libr_file *handle = NULL; libr_access_t access = LIBR_READ; - + if((handle = libr_open(const_cast(crashedExec.ascii()), access)) == NULL) { kdWarning() << "failed to open file" << crashedExec << endl; } @@ -337,7 +337,7 @@ void BackTrace::processBacktrace() if (libraryName.startsWith("/")) { libr_file *handle = NULL; libr_access_t access = LIBR_READ; - + if((handle = libr_open(const_cast(libraryName.ascii()), access)) == NULL) { kdWarning() << "failed to open file" << libraryName << endl; } -- cgit v1.2.1