]> andersk Git - moira.git/commitdiff
Stupid backward-combatability fix so we can still build under Ultrix
authordanw <danw>
Wed, 30 Oct 1996 00:38:27 +0000 (00:38 +0000)
committerdanw <danw>
Wed, 30 Oct 1996 00:38:27 +0000 (00:38 +0000)
and SunOS. grumble grumble grumble.

clients/mrtest/mrtest.c

index 80ecc5ee9938a8305f9175ebf983a6281b23f2fc..29fd82104a93b512e94499734943027bce2ef4a7 100644 (file)
@@ -90,8 +90,7 @@ execute_line(cmdbuf)
     test_list_requests();
   else if(!strcmp(argv[0],"quit") || !strcmp(argv[0],"Q"))
     quit=1;
-  else fprintf(stderr, "moira: Unknown request \"%s\"."
-              "Type \"?\" for a request list.\n", argv[0]);
+  else fprintf(stderr, "moira: Unknown request \"%s\".  Type \"?\" for a request list.\n", argv[0]);
 }
 
 int
This page took 0.10186 seconds and 5 git commands to generate.