Changeset 3032


Ignore:
Timestamp:
Apr 21, 2017, 5:58:56 PM (8 years ago)
Author:
bird
Message:

kRedirectDoSpawn: rcExit needs to initialized in the non _MSC_VER case.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/kmkbuiltin/redirect.c

    r3029 r3032  
    790790                            KBOOL *pfIsChildExitCode)
    791791{
    792     int     rcExit;
     792    int     rcExit = 0;
    793793    int     i;
    794794#ifdef _MSC_VER
Note: See TracChangeset for help on using the changeset viewer.