summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/daemon/abrt-action-rhtsupport.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/abrt-action-rhtsupport.cpp b/src/daemon/abrt-action-rhtsupport.cpp
index c9f6531b..ee61dd59 100644
--- a/src/daemon/abrt-action-rhtsupport.cpp
+++ b/src/daemon/abrt-action-rhtsupport.cpp
@@ -219,7 +219,7 @@ static void report_to_rhtsupport(
unsigned char c = *src++;
if (c == '\n')
c = ' ';
- dst++ = c;
+ *dst++ = c;
if (c == '\0')
break;
}