driver: New function output_log_nocopy().
[pspp] / src / language / utilities / host.c
index 5273a8918b5a211bfd9ea2d18c910e365e7c2eaf..d730e02634860e4286a7ca245e45bc810394ed9a 100644 (file)
@@ -261,7 +261,7 @@ run_command (const char *command, struct timespec timeout)
       if (end > output && end[-1] == '\n')
         end[-1] = '\0';
 
-      output_log ("%s", output);
+      output_log_nocopy (output);
     }
   free (locale_output);