Ignore:
Timestamp:
Nov 5, 2005, 1:42:14 AM (18 years ago)
Author:
bcornec
Message:

Version adaptations for 2.05/1.05 of mondo/mindi

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.05/mondo/mondo/common/libmondo-devices.c

    r99 r102  
    20242024        if (!is_this_device_mounted(bkpinfo->nfs_mount))
    20252025          {
    2026                   sprintf(bkpinfo->isodir, "/tmp/isodir.mondo.%d", (int)(random(%32768)));
     2026                  sprintf(bkpinfo->isodir, "/tmp/isodir.mondo.%d", (int)(random()%32768));
    20272027                  sprintf(command, "mkdir -p %s", bkpinfo->isodir);
    20282028                  run_program_and_log_output(command, 5);
Note: See TracChangeset for help on using the changeset viewer.