Changeset 152 in MondoRescue
- Timestamp:
- Dec 7, 2005, 12:46:15 PM (19 years ago)
- Location:
- branches/2.05/mondo/mondo
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.05/mondo/mondo/common/libmondo-devices.c
r132 r152 2898 2898 char *command; 2899 2899 char *fdisk; 2900 #ifdef __IA64__ 2900 2901 struct stat buf; 2902 #endif 2901 2903 2902 2904 malloc_string(tmp); -
branches/2.05/mondo/mondo/mondorestore/mondo-rstr-tools.c
r148 r152 203 203 char *question_ptr; 204 204 205 char incoming[MAX_STR_LEN] ;205 char incoming[MAX_STR_LEN] = "\0"; 206 206 char question[MAX_STR_LEN]; 207 207
Note:
See TracChangeset
for help on using the changeset viewer.