Ignore:
Timestamp:
Oct 24, 2015, 12:22:50 PM (10 years ago)
Author:
Alex Taylor
Message:

Try to fix spurious error when updating PrinterPak files if there are no PPDs to reimport.

File:
1 edited

Legend:

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

    r49 r51  
    800800    CALL SysFileTree ppddir, 'dirs.', 'DO'
    801801    IF dirs.0 == 0 THEN DO
     802        IF ppdfile == '' THEN RETURN 0  /* No PPDs - nothing to do */
    802803        ok = VRMkDir( ppddir )
    803804        IF ok <> 1 THEN
Note: See TracChangeset for help on using the changeset viewer.