Skip to content

Commit def1a59

Browse files
committed
Replaced fs_copy with art_frame_data for file check in vccasidy.ssl
(sync with RPU)
1 parent a55c6e8 commit def1a59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts_src/valtcity/vccasidy.ssl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ end
366366

367367

368368
procedure has_head begin
369-
variable file = fs_copy(head_frm, head_frm);
369+
variable file := art_frame_data(head_frm, 0, 0);
370370
if file == -1 then return false;
371371
return true;
372372
end

0 commit comments

Comments
 (0)