From 9fcd90e36cf2ae981199ea185566c71f5742a5c9 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Mon, 14 Nov 2011 02:26:00 +0000 Subject: Changes to resolve warnings. Fixes Savannah bug #34608. --- read.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'read.c') diff --git a/read.c b/read.c index 58423f5..451f395 100644 --- a/read.c +++ b/read.c @@ -562,7 +562,7 @@ eval (struct ebuffer *ebuf, int set_default) char *depstr = 0; long nlines = 0; int two_colon = 0; - char prefix; + char prefix = cmd_prefix; const char *pattern = 0; const char *pattern_percent; struct floc *fstart; -- cgit v1.2.3