1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2024-10-18 07:24:16 +00:00

Update large disk image

This commit is contained in:
David Schmenk 2022-12-31 16:02:38 -08:00
parent bba4570a93
commit a0cc6662d5
3 changed files with 3 additions and 4 deletions

Binary file not shown.

View File

@ -15,7 +15,7 @@ def matchNext(src, srcofst, exp, expofst)
return TRUE
fin
is '?' // Single char wildcard
if ^src >= srcofst
if ^src >= srcofst
return matchNext(src, srcofst + 1, exp, expofst + 1)
fin
return FALSE
@ -103,7 +103,7 @@ end
//
export def isWildName(exp)#1
byte i
if ^exp
for i = 1 to ^exp
if exp->[i] == '*' or exp->[i] == '?'
@ -114,4 +114,3 @@ export def isWildName(exp)#1
return FALSE
end
done

View File

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/python
import sys
#from mido import MidiFile