9ba0e992d7
- regen patches while here
13 lines
475 B
Plaintext
13 lines
475 B
Plaintext
$OpenBSD: patch-scheduler_cups-driverd_c,v 1.2 2007/05/07 13:58:07 ajacoutot Exp $
|
|
--- scheduler/cups-driverd.c.orig Tue Apr 18 17:16:00 2006
|
|
+++ scheduler/cups-driverd.c Mon May 7 15:47:41 2007
|
|
@@ -267,7 +267,7 @@ cat_ppd(const char *name) /* I - PPD name */
|
|
* Yes, let it cat the PPD file...
|
|
*/
|
|
|
|
- if (execl(line, scheme, "cat", name, (char *)NULL))
|
|
+ if (execl(line, scheme, "cat", name, (char *)0))
|
|
{
|
|
/*
|
|
* Unable to execute driver...
|