IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 5, 2006, 10:19:39 AM (19 years ago)
Author:
Paul Price
Message:

Fixing error to actually print something.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppMerge/src/ppMergeConfig.c

    r10441 r10476  
    5555    // Everything remaining must be input files
    5656    if (argc - 2 <= 1) {
    57         psError(PS_ERR_IO, true, "No files to combine.\n");
     57        psErrorStackPrint(stderr, "No files to combine.\n");
    5858        exit(EXIT_FAILURE);
    5959    }
Note: See TracChangeset for help on using the changeset viewer.