diff --git a/images/apple/DCGR-RGB.PO b/images/apple/DCGR-RGB.PO index 157a12d..fd7467d 100755 Binary files a/images/apple/DCGR-RGB.PO and b/images/apple/DCGR-RGB.PO differ diff --git a/src/libsrc/apple/matchfiles.pla b/src/libsrc/apple/matchfiles.pla index 11da710..f90cefa 100644 --- a/src/libsrc/apple/matchfiles.pla +++ b/src/libsrc/apple/matchfiles.pla @@ -48,7 +48,7 @@ export def matchList(pathstr, exp)#2 if not dirbuf dirbuf = heapallocalign(512, 8, 0) fin - if not ^pathstr + if not (pathstr and ^pathstr) fileio:getpfx(@curpath) pathstr = @curpath fin diff --git a/src/utilsrc/apple/dcgrshow.pla b/src/utilsrc/apple/dcgrshow.pla index 942da71..95e568a 100644 --- a/src/utilsrc/apple/dcgrshow.pla +++ b/src/utilsrc/apple/dcgrshow.pla @@ -139,7 +139,7 @@ while ^arg struprcpy(@wildfile, arg) entrylist, entrycnt = matchList(NULL, @wildfile) if not entrylist - puts(arg); puts(" ???\n") + puts(@wildfile); puts(" ???\n") else if not srcfilelist srcfilelist = entrylist