]> git.pld-linux.org Git - packages/LPRng.git/blob - LPRng-jobfilescan.patch
- updated for 3.8.0.
[packages/LPRng.git] / LPRng-jobfilescan.patch
1 --- LPRng-3.8.0/src/common/checkpc.c.orig       Tue Oct 16 22:32:38 2001
2 +++ LPRng-3.8.0/src/common/checkpc.c    Tue Oct 23 11:07:23 2001
3 @@ -458,7 +458,8 @@
4                 }
5                 /* we update all real files in this directory */
6                 WARNMSG( "calling Check_file for '%s', fix %d", cf_name, Fix ); 
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.029334 seconds and 4 git commands to generate.