Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 56a7470

Browse files
committed
[[ Bug ]] Fix undeclared variable
1 parent 4331e53 commit 56a7470

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Toolset/libraries/revidelibrary.8.livecodescript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6508,7 +6508,7 @@ command revIDESetImageFilename pObjectID, pProperty, pFilename
65086508
if tStackPath is not empty then
65096509
put revCalculateRelativePath(tStackPath, pFilename) into tFilePath
65106510
if tFilePath begins with "./" then delete char 1 to 2 of tFilePath
6511-
if tFilePath ends with tResult then
6511+
if tFilePath ends with pFilename then
65126512
--full path contained in relative path, likely a different volume
65136513
--in any case, need to return absolute path
65146514
else if there is a file (tStackPath & slash & tFilePath) then

0 commit comments

Comments
 (0)