Changeset 328


Ignore:
Timestamp:
06/07/07 23:55:25 (17 years ago)
Author:
zorg
Message:

Fix broken args check

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libmpc/trunk/mpcdec/mpcdec.c

    r323 r328  
    115115        }
    116116
    117         if(2 < argc - optind && argc - optind < 1)
     117        if(2 < argc - optind || argc - optind < 1)
    118118    {
    119119        usage(argv[0]);
Note: See TracChangeset for help on using the changeset viewer.