- Timestamp:
- Jun 11, 2006, 7:48:10 AM (19 years ago)
- Location:
- branches
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0.8/mondo/mondo/common/libmondo-filelist.c
r336 r669 1438 1438 /*@ int **************************************************** */ 1439 1439 int res = 0; 1440 // patch by Herman Kuster1441 // end patch1442 int *p_res = &res;1443 1444 /*@ buffers ************************************************ */1445 // char command[MAX_STR_LEN*2];1446 1447 /*@ i don't have any idea ********************************** */1448 1440 1449 1441 assert(bkpinfo != NULL); … … 1475 1467 if (res) { 1476 1468 log_OS_error("Call to mondo-makefilelist failed"); 1477 *p_res++;1478 1469 mvaddstr_and_log_it(g_currentY++, 74, "Failed."); 1479 1470 } else { -
branches/stable/mondo/mondo/common/libmondo-filelist.c
r541 r669 1438 1438 /*@ int **************************************************** */ 1439 1439 int res = 0; 1440 // patch by Herman Kuster1441 // end patch1442 int *p_res = &res;1443 1444 /*@ buffers ************************************************ */1445 // char command[MAX_STR_LEN*2];1446 1447 /*@ i don't have any idea ********************************** */1448 1440 1449 1441 assert(bkpinfo != NULL); … … 1475 1467 if (res) { 1476 1468 log_OS_error("Call to mondo-makefilelist failed"); 1477 *p_res++;1478 1469 mvaddstr_and_log_it(g_currentY++, 74, "Failed."); 1479 1470 } else {
Note:
See TracChangeset
for help on using the changeset viewer.