Changeset 23 for trunk/src/helpers/textview.c
- Timestamp:
- Jan 16, 2001, 8:49:10 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/textview.c
r18 r23 2396 2396 if (pwndParams->fsStatus & WPM_TEXT) 2397 2397 { 2398 xstrcpy(&ptxvd->xfd.strViewText, pwndParams->pszText); 2398 xstrcpy(&ptxvd->xfd.strViewText, 2399 pwndParams->pszText, 2400 0); 2399 2401 ptxvd->lViewXOfs = 0; 2400 2402 ptxvd->lViewYOfs = 0; … … 3473 3475 3474 3476 // use text from window 3475 xstrcpy(&xfd.strViewText, pszViewText );3477 xstrcpy(&xfd.strViewText, pszViewText, 0); 3476 3478 3477 3479 // setup page
Note:
See TracChangeset
for help on using the changeset viewer.