Changeset 885 in MondoRescue for branches/2.2.0/mondo


Ignore:
Timestamp:
Oct 8, 2006, 12:11:38 PM (18 years ago)
Author:
Bruno Cornec
Message:

merge -r881:884 $SVN_M/branches/stable

File:
1 edited

Legend:

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

    r877 r885  
    928928
    929929        strncpy(prompt, p, MAX_NEWT_COMMENT_LEN - 1);
    930         prompt[MAX_NEWT_COMMENT_LEN] = '\0';
     930        prompt[MAX_NEWT_COMMENT_LEN - 1] = '\0';
    931931        text = newtTextboxReflowed(1, 1, prompt, 40, 5, 5, 0);
    932932        b_1 =
Note: See TracChangeset for help on using the changeset viewer.