Ignore:
Timestamp:
May 5, 2009, 3:56:10 AM (15 years ago)
Author:
Bruno Cornec
Message:
  • Fix lack of formating (discovered by the new Mandriva build process, and adopted here as well as it's good practice).
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.9/mondo/src/common/libmondo-archive.c

    r2160 r2190  
    641641        }
    642642#else
     643        /* Linux */
    643644#ifdef __IA64__
    644645        strcpy(bootdev, call_program_and_get_last_line_of_output
     
    665666            }
    666667        }
     668        /* Linux */
    667669#endif
    668670        if (bootdev[0])
     
    12211223    sprintf(data_disks_file, "%s/all.tar.gz", bkpinfo->tmpdir);
    12221224
    1223     snprintf(g_serial_string, MAX_STR_LEN - 1,
     1225    snprintf(g_serial_string, MAX_STR_LEN - 8, "%s",
    12241226             call_program_and_get_last_line_of_output("dd \
    12251227if=/dev/urandom bs=16 count=1 2> /dev/null | \
Note: See TracChangeset for help on using the changeset viewer.