Changeset 2766 in MondoRescue
- Timestamp:
- Apr 21, 2011, 11:57:44 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.9/mondo/src/common/libmondo-filelist.c
r2713 r2766 1421 1421 #ifndef _XWIN 1422 1422 if (!g_text_mode) { 1423 mr_asprintf(&tmp, "Reading %-68s", dir1); 1423 int cols, rows; 1424 newtGetScreenSize(&cols, &rows); 1425 mr_asprintf(&tmp, "Reading %-*s", cols, dir1); 1424 1426 newtDrawRootText(0, g_noof_rows - 3, tmp); 1425 paranoid_free(tmp);1427 mr_free(tmp); 1426 1428 } 1427 1429 #endif
Note:
See TracChangeset
for help on using the changeset viewer.