Changeset c64e4ed4 in rtems for c/build-tools/unhex.c


Ignore:
Timestamp:
01/15/96 21:50:28 (28 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
a625ccd
Parents:
5c491aef
Message:

updates from Tony Bennett for PA and UNIX ports

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/build-tools/unhex.c

    r5c491aef rc64e4ed4  
    709709        if (error_flag & ERR_FATAL)
    710710        {
    711             error(0, local_errno ? "fatal error, exiting" : "exiting");
    712             exit(local_errno);
     711            error(0, "fatal error, exiting");
     712            exit(local_errno ? local_errno : 1);
    713713        }
    714714        else
Note: See TracChangeset for help on using the changeset viewer.