mirror of
https://git.freebsd.org/ports.git
synced 2025-05-13 07:41:50 -04:00
11 lines
315 B
C
11 lines
315 B
C
--- src/spooler.c.orig 2018-10-06 11:56:32 UTC
|
|
+++ src/spooler.c
|
|
@@ -1042,7 +1042,7 @@ int spoolerOpenWaldo(Waldo *waldo, uint8
|
|
}
|
|
|
|
/* check that a waldo file has been specified */
|
|
- if ( waldo->filepath == NULL )
|
|
+ if ( waldo->filepath[0] == '\0' )
|
|
{
|
|
return WALDO_FILE_EEXIST;
|
|
}
|