Skip to content

Commit

Permalink
Fix incorrect parameter assignment in HANDLE_TIS2OVL
Browse files Browse the repository at this point in the history
  • Loading branch information
Argent77 committed Oct 10, 2023
1 parent dad7910 commit 556d895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tis2ovl/weidu/a7_tools.tpa
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,7 @@ BEGIN
arg_1 = EVAL ~%arg_to_ee%~
arg_2 = EVAL ~%arg_to_classic%~
arg_3 = EVAL ~%arg_search%~
arg_4 = EVAL ~%output_path%~
arg_4 = EVAL ~%arg_out%~
arg_5 = EVAL ~%input_file%~
RET
result
Expand Down

0 comments on commit 556d895

Please sign in to comment.