Changeset 2510 in MondoRescue


Ignore:
Timestamp:
Jan 4, 2010, 7:25:13 PM (14 years ago)
Author:
Bruno Cornec
Message:

Remove useless code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.10/mondo/src/common/libmondo-tools.c

    r2508 r2510  
    710710    } else if (path != NULL) {
    711711        mr_asprintf(tmp, "%s/mondo.tmp.XXXXXX", path);
    712     } else if (path != NULL) {
    713         mr_asprintf(&tmp, "%s/mondo.tmp.XXXXXX", path);
    714712    } else {
    715713        mr_asprintf(tmp, "/tmp/mondo.tmp.XXXXXX");
Note: See TracChangeset for help on using the changeset viewer.