Mac OS X: 'xdr_uint32_t' is 'xdr_u_int32_t'
[libguestfs.git] / daemon / wc.c
index b64940b..fe27bf1 100644 (file)
@@ -60,7 +60,7 @@ wc (const char *flag, const char *path)
 
   /* Parse the number. */
   if (sscanf (out, "%d", &r) != 1) {
-    reply_with_error ("wc: cannot parse number: %s", out);
+    reply_with_error ("cannot parse number: %s", out);
     free (out);
     return -1;
   }