Changeset 877 in MondoRescue
- Timestamp:
- Oct 5, 2006, 11:47:22 PM (19 years ago)
- Location:
- branches/stable/mondo/mondo/common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mondo/mondo/common/libmondo-devices.c
r820 r877 1962 1962 if (bkpinfo->media_device[0]) { 1963 1963 sprintf(tmp, 1964 "I think I've found your %s burner at SCSI node %s ; am I right on the money? (Say no if you have an IDE burner and you are running a 2.6 kernel. Instead, specify the IDE burner's /dev address at the next screen.)",1964 "I think I've found your %s burner at SCSI node %s. Is this correct? (Say no if you have an IDE burner and you are running a 2.6 kernel. You will then be prompted for further details.)", 1965 1965 media_descriptor_string(bkpinfo-> 1966 1966 backup_media_type), -
branches/stable/mondo/mondo/common/newt-specific.c
r797 r877 927 927 } 928 928 929 strcpy(prompt, p); 929 strncpy(prompt, p, MAX_NEWT_COMMENT_LEN - 1); 930 prompt[MAX_NEWT_COMMENT_LEN] = '\0'; 930 931 text = newtTextboxReflowed(1, 1, prompt, 40, 5, 5, 0); 931 932 b_1 =
Note:
See TracChangeset
for help on using the changeset viewer.