]> git.pld-linux.org Git - packages/LPRng.git/blame - LPRng-jobfilescan.patch
- fixed doc
[packages/LPRng.git] / LPRng-jobfilescan.patch
CommitLineData
aed7ae1a 1--- LPRng-3.8.1/src/common/checkpc.c.orig Sun Nov 18 12:24:42 2001
2+++ LPRng-3.8.1/src/common/checkpc.c Sun Nov 18 12:25:17 2001
12c74ff1 3@@ -458,7 +458,8 @@
aed7ae1a 4 }
2e1ef29e 5 }
12c74ff1 6 /* we update all real files in this directory */
2e1ef29e 7- Check_file( cf_name, Fix, 0, 0 );
12c74ff1 8+ if ( jobfile )
9+ Check_file( cf_name, Fix, 0, 0 );
2e1ef29e 10 }
11 closedir(dir);
12
This page took 0.0428770000000001 seconds and 4 git commands to generate.