Changeset 3803 for trunk/src/user32/oslibwin.cpp
- Timestamp:
- Jul 6, 2000, 11:17:57 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/oslibwin.cpp
r3747 r3803 1 /* $Id: oslibwin.cpp,v 1.8 1 2000-06-23 19:04:11sandervl Exp $ */1 /* $Id: oslibwin.cpp,v 1.82 2000-07-06 21:17:57 sandervl Exp $ */ 2 2 /* 3 3 * Window API wrappers for OS/2 … … 779 779 if(title) { 780 780 strncpy(swctrl.szSwtitle, title, MAXNAMEL+4); 781 swctrl.szSwtitle[MAXNAMEL+4-1] = 0; 781 782 } 782 783 else { … … 803 804 if(title) { 804 805 strncpy(swctrl.szSwtitle, title, MAXNAMEL+4); 806 swctrl.szSwtitle[MAXNAMEL+4-1] = 0; 805 807 } 806 808 else {
Note:
See TracChangeset
for help on using the changeset viewer.