Ignore:
Timestamp:
Jul 24, 2007, 11:24:22 PM (17 years ago)
Author:
Bruno Cornec
Message:

Same as previous rev.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/src/mondorestore/mondorestore.c

    r1555 r1556  
    420420        ("Prefix", "Prefix of your ISO images ?", tmp, MAX_STR_LEN / 4)) {
    421421        strcpy(bkpinfo->prefix, tmp);
    422         log_msg(1, "Prefix set to %s",bkpinfo->prefix);
     422        mr_msg(1, "Prefix set to %s",bkpinfo->prefix);
    423423    }
    424424   
     
    27902790 * What did you think it did, anyway? :-)
    27912791 */
    2792 void main(int argc, char *argv[])
     2792int main(int argc, char *argv[])
    27932793{
    27942794    FILE *fin = NULL;
Note: See TracChangeset for help on using the changeset viewer.