changeset 894:69311a6b35d3

Silence compiler warnings (Andreas Schulze).
author Ben Schmidt
date Mon, 10 Feb 2014 14:31:18 +1100
parents ba29170a159e
children ef3aff5e6255
files src/prepstdreply.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/prepstdreply.c	Mon Feb 10 14:31:06 2014 +1100
+++ b/src/prepstdreply.c	Mon Feb 10 14:31:18 2014 +1100
@@ -1098,7 +1098,7 @@
 	char *tmp;
 	char *prev = NULL;
 	int len, width, i;
-	int processedlen, processedwidth;
+	int processedlen = 0, processedwidth = 0;
 	int wrapindentlen = -1;
 	int incision, linebreak, linebreakwidth;
 	int directive, inhibitbreak;