Changeset 764 in MondoRescue for trunk/mondo/mondo/common/newt-specific.c


Ignore:
Timestamp:
Aug 8, 2006, 12:34:37 AM (18 years ago)
Author:
Bruno Cornec
Message:

merge -r728:763 $SVN_M/branches/stable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mondo/mondo/common/newt-specific.c

    r688 r764  
    14571457
    14581458        /*@ int ************************************************************* */
    1459         int i = 0;
    14601459        int currline = 0;
    14611460        int finished = FALSE;
     1461
     1462        /*@ long ************************************************************ */
     1463        long i = 0;
    14621464        long lng = 0;
    14631465
     
    15041506        }
    15051507        asprintf(&differ_sz,
    1506                  _("  %d files differ. Hit 'Select' to pick a file. Hit 'Close' to quit the list."),
     1508                 _("  %ld files differ. Hit 'Select' to pick a file. Hit 'Close' to quit the list."),
    15071509                 i);
    15081510        newtPushHelpLine(differ_sz);
Note: See TracChangeset for help on using the changeset viewer.