2009-08-20 14:58:39 -04:00
|
|
|
--- utils.c.orig Tue May 26 18:56:25 2009
|
|
|
|
+++ utils.c Tue Jul 14 18:31:22 2009
|
|
|
|
@@ -276,7 +276,7 @@ void run_command(qiv_image *q, char *n, char *filename
|
2005-02-05 11:40:29 -05:00
|
|
|
dup2(pipe_stdout[1], 2);
|
|
|
|
close(pipe_stdout[1]);
|
|
|
|
|
2009-08-20 14:58:39 -04:00
|
|
|
- execlp("qiv-command", "qiv-command", nr, filename, NULL);
|
2005-02-05 11:40:29 -05:00
|
|
|
+ execlp("qiv-command", "qiv-command", nr, filename, (void *)NULL);
|
|
|
|
perror("Error calling qiv-command");
|
|
|
|
abort();
|
|
|
|
}
|