IL command 'dup' loss.
pointer++;        <--- BUG
pointer[0] = buffer[i];
Correct:
pointer++[0] = buffer[i];
Fert
0

Comments

1 comment

  • Clive Tong
    Thanks for reporting this. It is in our bug tracking system as RP-462.
    Clive Tong
    0

Add comment

Please sign in to leave a comment.