Re: [hackers] [farbfeld] Fix 2 little things in jpg2ff(1) || FRIGN
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