Ignore:
Timestamp:
Feb 12, 2007, 2:05:43 AM (17 years ago)
Author:
Bruno Cornec
Message:

Try to fix some valgrind reports (note that this version still doesn't work)

File:
1 edited

Legend:

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

    r1139 r1140  
    235235    fin = fopen("/tmp/mondo-run-prog-thing.tmp", "r");
    236236    if (fin) {
    237         for (mr_getline(&incoming, &n, fin); !feof(fin);
    238              mr_getline(&incoming, &n, fin)) {
     237        for (mr_getline(&incoming, &n, fin); !feof(fin); mr_getline(&incoming, &n, fin)) {
    239238            /* patch by Heiko Schlittermann */
    240239            p = incoming;
Note: See TracChangeset for help on using the changeset viewer.