Ignore:
Timestamp:
Sep 30, 2013, 9:07:23 AM (11 years ago)
Author:
Bruno Cornec
Message:
  • Fix tmpdir initialization as mkdtemp modify the existing string so it should not be freed too early.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mondo/src/common/libmondo-fork.c

    r3194 r3195  
    249249    if (!program[0]) {
    250250        log_msg(2, "Warning - asked to run zerolength program");
    251         return (1);
     251        return(1);
    252252    }
    253253
     
    312312        }
    313313    }
    314     return (res);
     314    return(res);
    315315}
    316316
Note: See TracChangeset for help on using the changeset viewer.