Changeset 83 for trunk/gui/shared


Ignore:
Timestamp:
Feb 20, 2019, 6:30:47 PM (7 years ago)
Author:
Alex Taylor
Message:

PrintMan: minor housekeeping.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/shared/PrManUtl.VRS

    r77 r83  
    357357/*:VRX         PrinterExistsInDRV
    358358*/
    359 /* Determine if the specified PrinterPak driver already contains support
     359/* DEPRECATED: do not use
     360 * Determine if the specified PrinterPak driver already contains support
    360361 * for the specified printer model.
    361362 *
     
    384385    start = 1
    385386    found = ''
    386     DO WHILE ( found == 0 ) & ( start < total_len )
     387    DO WHILE ( found == '') & ( start < total_len )
    387388        _strend = POS('0'x, exist_models, start )
    388389        IF _strend == 0 THEN LEAVE
Note: See TracChangeset for help on using the changeset viewer.