Changeset 738 in MondoRescue for branches/stable
- Timestamp:
- Aug 3, 2006, 11:17:09 PM (18 years ago)
- Location:
- branches/stable/mondo/mondo
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mondo/mondo/common/newt-specific.c
r585 r738 1605 1605 1606 1606 /*@ int ************************************************************* */ 1607 int i = 0;1608 1607 int currline = 0; 1609 1608 int finished = FALSE; 1609 1610 /*@ long ************************************************************ */ 1611 long i = 0; 1610 1612 long lng = 0; 1611 1613 … … 1657 1659 } 1658 1660 sprintf(differ_sz, 1659 " % d files differ. Hit 'Select' to pick a file. Hit 'Close' to quit the list.",1661 " %ld files differ. Hit 'Select' to pick a file. Hit 'Close' to quit the list.", 1660 1662 i); 1661 1663 newtPushHelpLine(differ_sz); -
branches/stable/mondo/mondo/mondorestore/mondo-rstr-newt.c
r705 r738 928 928 static int lines_in_flist_window = 0; 929 929 static int depth = 0; 930 int i = 0; 930 931 /** long **************************************************************/ 932 long i = 0; 931 933 932 934 /** structures *******************************************************/ … … 1373 1375 } 1374 1376 } 1375 newtListboxSetEntry(listbox, ( int) keylist[currline],1377 newtListboxSetEntry(listbox, (long) keylist[currline], 1376 1378 mountlist_entry_to_string(mountlist, currline)); 1377 1379 /* if new /dev/md RAID device then do funky stuff */ … … 2495 2497 { 2496 2498 2497 /** int*************************************************************/2498 inti = 0;2499 /** long **************************************************************/ 2500 long i = 0; 2499 2501 2500 2502 assert(disklist != NULL); … … 2527 2529 { 2528 2530 2529 /** int**************************************************************/2530 inti = 0;2531 /** long **************************************************************/ 2532 long i = 0; 2531 2533 2532 2534 assert(mountlist != NULL); … … 2562 2564 { 2563 2565 2564 /** int **************************************************************/2565 inti = 0;2566 /** long *************************************************************/ 2567 long i = 0; 2566 2568 2567 2569 /** buffers **********************************************************/ … … 2596 2598 void *keylist[], newtComponent listbox) 2597 2599 { 2598 /** int *************************************************************/2599 inti = 0;2600 /** long ************************************************************/ 2601 long i = 0; 2600 2602 2601 2603 /** buffers *********************************************************/
Note:
See TracChangeset
for help on using the changeset viewer.