Skip to content

Commit 4738fe2

Browse files
committed
[[ Diff ]] fix empty return values from parse_unified command
1 parent 7ddd295 commit 4738fe2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

extensions/script-libraries/diff/diff.livecodescript

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,8 @@ private command parse_unified pUniDiff, @rEdits, @rContent
449449
end if
450450
end repeat
451451

452-
return tEdits
452+
put tContent into rContent
453+
put tEdits into rEdits
453454
end parse_unified
454455

455456
--------------------------------------------------------------------------------

0 commit comments

Comments
 (0)