]> git.pld-linux.org Git - packages/LPRng.git/blame_incremental - LPRng-jobfilescan.patch
- merge translations from KSI and Conectiva,
[packages/LPRng.git] / LPRng-jobfilescan.patch
... / ...
CommitLineData
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
3@@ -458,7 +458,8 @@
4 }
5 }
6 /* we update all real files in this directory */
7- Check_file( cf_name, Fix, 0, 0 );
8+ if ( jobfile )
9+ Check_file( cf_name, Fix, 0, 0 );
10 }
11 closedir(dir);
12
This page took 0.059914 seconds and 4 git commands to generate.