Changeset 1582 in MondoRescue
- Timestamp:
- Jul 27, 2007, 2:13:49 AM (18 years ago)
- Location:
- branches/stable/mondo/src/mondoarchive
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mondo/src/mondoarchive/mondo-cli.c
r1581 r1582 24 24 extern int g_loglevel; 25 25 extern bool g_text_mode; 26 extern bool g_skip_floppies; ///< Whether to skip the creation of boot disks27 26 extern char g_startdir[MAX_STR_LEN]; ///< ????? @bug ????? 28 27 extern char g_erase_tmpdir_and_scratchdir[MAX_STR_LEN]; … … 741 740 if (flag_set['B']) { 742 741 strncpy(bkpinfo->call_before_iso, flag_val['B'], MAX_STR_LEN); 743 }744 if (flag_set['F']) {745 g_skip_floppies = TRUE;746 742 } 747 743 if (flag_set['H']) { -
branches/stable/mondo/src/mondoarchive/mondoarchive.c
r1581 r1582 59 59 60 60 /***************** global vars ******************/ 61 bool g_skip_floppies;62 61 long diffs; 63 62
Note:
See TracChangeset
for help on using the changeset viewer.