Re: [hackers] [scroll] Dereference pointers || Jochen Sprickerhof

From: Quentin Rameau <quinq_AT_fifth.space>
Date: Tue, 21 Apr 2020 16:33:59 +0200

Hi Jochen,

> Dereference pointers

> - if (x <= 0 || y <= 0)
> + if (*x <= 0 || *y <= 0)
> die("invalid cursor position: x=%d y=%d", x, y);
           /----------------------------------------------^--^
Here too :)
Received on Tue Apr 21 2020 - 16:33:59 CEST

This archive was generated by hypermail 2.3.0 : Tue Apr 21 2020 - 16:36:40 CEST