Skip to content

Commit aa3540b

Browse files
committed
[[ Bug 22710 ]] Reset itemDelimiter to resolve divide by 0 error
This patch resolves a divide by 0 error caused by not resetting the item delimiter to comma.
1 parent a4ae9dd commit aa3540b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ide-support/revsaveasiosstandalone.livecodescript

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -955,6 +955,7 @@ private command revDecorateImageAssets pTarget, pSettings, pBaseFolder, pAppBund
955955
local tExtension
956956
set the itemdelimiter to "."
957957
put the last item of tFile into tExtension
958+
set the itemdelimiter to comma
958959

959960
local tFileName
960961
put format("livecode_launch_image@%s.%s", \

0 commit comments

Comments
 (0)