]> git.ipfire.org Git - thirdparty/HylaFAX.git/commitdiff
Update comment about destcontrols to point to jobcontrol instead
authorPatrice Fournier <patrice.fournier@ifax.com>
Wed, 8 Jan 2014 16:26:43 +0000 (11:26 -0500)
committerPatrice Fournier <patrice.fournier@ifax.com>
Tue, 30 Jul 2024 01:34:18 +0000 (21:34 -0400)
faxd/faxQueueApp.c++

index 71d2502267df55293fbb64302f23a24abf468b81..ad966d758876c095ce050ba959d36a104131a08c 100644 (file)
@@ -665,10 +665,10 @@ faxQueueApp::prepareJob(Job& job, FaxRequest& req,
     int vres = req.resolution;
     int usexvres = req.usexvres;
     /*
-     * System overrides in destcontrols:
-     * VRes: we check for vres = 98 or vres = 196 in destroncontrols;
+     * System overrides in jobcontrol:
+     * VRes: we check for vres = 98 or vres = 196 in jobcontrol;
      *       if vres is not set getVRes returns 0.
-     * UseXVres: we check for usexvres = 0 or usexvres = 1 in destcontrols;
+     * UseXVres: we check for usexvres = 0 or usexvres = 1 in jobcontrol;
      *           if usexvres is not set getUseXVRes retuns -1.
      */
     if (job.getJCI().getVRes() == 98)