Re: [hackers] [farbfeld] Fix 2 little things in jpg2ff(1) || FRIGN

From: <k0ga_AT_shike2.com>
Date: Sun, 6 Mar 2016 07:47:38 +0100

Hi,

> - if (argc > 1) {
> + if (argc) {
> fprintf(stderr, "usage: %s\n", argv0);
> return 1;
> }

recommendation about style; Use argc == 0 here and use the form
without relational operator for logic or pointers values.


Regards,
Received on Sun Mar 06 2016 - 07:47:38 CET

This archive was generated by hypermail 2.3.0 : Sun Mar 06 2016 - 07:48:20 CET