diff --git a/src/server/prot-a-output.c b/src/server/prot-a-output.c
index a63d6754573408d6328ca3f23bc098f26411632d..c8337874dcb4e7b6911fbe415338018b6c55e504 100644
--- a/src/server/prot-a-output.c
+++ b/src/server/prot-a-output.c
@@ -1,5 +1,5 @@
 /*
- * $Id: prot-a-output.c,v 0.32 1998/08/05 16:13:28 ceder Exp $
+ * $Id: prot-a-output.c,v 0.33 1998/08/07 23:08:48 ceder Exp $
  * Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996  Lysator Academic Computer Association.
  *
  * This file is part of the LysKOM server.
@@ -29,7 +29,7 @@
  */
 
 static const char *
-rcsid = "$Id: prot-a-output.c,v 0.32 1998/08/05 16:13:28 ceder Exp $";
+rcsid = "$Id: prot-a-output.c,v 0.33 1998/08/07 23:08:48 ceder Exp $";
 #include "rcs.h"
 USE(rcsid);
 
@@ -949,7 +949,7 @@ prot_a_output_text_mapping(Connection *fp,
 
     /* Emit the "later-texts-exists" flag. */
 
-    mux_printf(fp, " %d", iter.search_ended ? '0' : '1');
+    mux_printf(fp, " %c", iter.search_ended ? '0' : '1');
 
 
     /* Emit the block, either a sparse or a dense one. */