Ignore:
Timestamp:
Jan 16, 2001, 8:49:10 PM (25 years ago)
Author:
umoeller
Message:

Fixes for V0.9.7.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/helpers/textview.c

    r18 r23  
    23962396                if (pwndParams->fsStatus & WPM_TEXT)
    23972397                {
    2398                     xstrcpy(&ptxvd->xfd.strViewText, pwndParams->pszText);
     2398                    xstrcpy(&ptxvd->xfd.strViewText,
     2399                            pwndParams->pszText,
     2400                            0);
    23992401                    ptxvd->lViewXOfs = 0;
    24002402                    ptxvd->lViewYOfs = 0;
     
    34733475
    34743476    // use text from window
    3475     xstrcpy(&xfd.strViewText, pszViewText);
     3477    xstrcpy(&xfd.strViewText, pszViewText, 0);
    34763478
    34773479    // setup page
Note: See TracChangeset for help on using the changeset viewer.