diff ui/sslhelp.cpp @ 483:a055847decbc

merged.
author Raimund Renkert <rrenkert@intevation.de>
date Thu, 24 Apr 2014 12:45:11 +0200
parents 6c4f526a4c5b
children c8a6a3e6bdeb
line wrap: on
line diff
--- a/ui/sslhelp.cpp	Thu Apr 24 12:44:35 2014 +0200
+++ b/ui/sslhelp.cpp	Thu Apr 24 12:45:11 2014 +0200
@@ -18,7 +18,7 @@
 {
     char errbuf[1020];
     polarssl_strerror(ret, errbuf, 1020);
-    errbuf[1020] = '\0'; /* Just to be sure */
+    errbuf[1019] = '\0'; /* Just to be sure */
     return QString::fromLatin1(errbuf);
 }
 

http://wald.intevation.org/projects/trustbridge/