summaryrefslogtreecommitdiff
path: root/misc/amanda-server/files/patch-ad
blob: 7cbaa40b5ee26ed2917e5671ad1bd969b73a5639 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- server-src/reporter.c.orig	Mon Sep 16 01:23:18 2002
+++ server-src/reporter.c	Mon Sep 16 01:23:24 2002
@@ -563,7 +563,7 @@
 #else
 	    curlog = L_ERROR;
 	    curprog = P_REPORTER;
-	    curstr = stralloc2("no printer command defined");
+	    curstr = stralloc2("no printer command defined", "");
 	    handle_error();
 	    amfree(curstr);
 #endif