Skip to content

Commit 52afd14

Browse files
authored
Update IMGADJ.BAS
1 parent 07d2611 commit 52afd14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

IMGADJ/IMGADJ.BAS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ DIM myImage AS LONG, adjusted AS LONG
3030

3131
' Try to load test image, create one if not available
3232
myImage = 0
33-
IF _FILEEXISTS("TESTIMAGE-COMPLEX.PNG") THEN
33+
IF _FILEEXISTS("../TESTIMAGE-COMPLEX.PNG") THEN
3434
myImage = GJ_IMGADJ_LoadTestImage("complex")
35-
ELSEIF _FILEEXISTS("TESTIMAGE.PNG") THEN
35+
ELSEIF _FILEEXISTS("../TESTIMAGE.PNG") THEN
3636
myImage = GJ_IMGADJ_LoadTestImage("simple")
3737
ELSE
3838
PRINT "Creating test image programmatically..."

0 commit comments

Comments
 (0)