j
k
j a
j l
Quoting Rafael J. Wysocki (2014-02-04 13:39:43)
On Tuesday, February 04, 2014 12:43:51 PM Sebastian Capella wrote: ... if (name == NULL) What about "if (!name)"? ... if (res != 0) { What about "if (res)"?
On Tuesday, February 04, 2014 12:43:51 PM Sebastian Capella wrote:
if (name == NULL)
What about "if (!name)"?
if (res != 0) {
What about "if (res)"?
Changed, thanks!
Sebastian
Back to the thread
Back to the list