Changeset 821 for trunk/apps/lasinfo.c

Show
Ignore:
Timestamp:
08/08/08 16:30:28 (5 months ago)
Author:
hobu
Message:

Apply patch from Roberto Antolin to make sure to report invalid arguments #65

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/apps/lasinfo.c

    r813 r821  
    205205            usage(); 
    206206            exit(1); 
     207            fprintf(stderr, "ERROR: unknown argument '%s'\n",argv[i]); 
    207208        } 
    208209    }