🐛 Bytecode: fix FSTPG3_::get_lag()

It would return an incorrect result. This had no impact except for debugging
information.
master
Sébastien Villemot 2023-11-03 15:04:59 +01:00
parent 3c7b02e87e
commit 66dcb59d2b
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 1 additions and 1 deletions

View File

@ -446,7 +446,7 @@ public:
int
get_lag()
{
return arg2;
return arg3;
};
int
get_col_pos()