Revert accicentally committed test/debug stuff.

pull/1/head
matthieu 2023-05-21 12:04:40 +00:00
parent 2b197900b8
commit a44f1fb411
1 changed files with 1 additions and 3 deletions

View File

@ -1220,9 +1220,7 @@
delta == 1 ? "" : "s",
vertical ? "VVAR" : "HVAR" ));
// *avalue = ADD_INT( *avalue, delta );
*avalue += delta;
bug;
*avalue = ADD_INT( *avalue, delta );
}
Exit: