Changeset 2040 for trunk/src/user32/win32wmdiclient.cpp
- Timestamp:
- Dec 9, 1999, 11:59:37 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wmdiclient.cpp
r1513 r2040 1 /* $Id: win32wmdiclient.cpp,v 1.1 2 1999-10-30 09:19:46sandervl Exp $ */1 /* $Id: win32wmdiclient.cpp,v 1.13 1999-12-09 10:59:05 sandervl Exp $ */ 2 2 /* 3 3 * Win32 MDI Client Window Class for OS/2 … … 520 520 else 521 521 { 522 strncpy(lpBuffer, frameTitle, MDI_MAXTITLELENGTH );522 lstrcpynA(lpBuffer, frameTitle, MDI_MAXTITLELENGTH ); 523 523 lpBuffer[MDI_MAXTITLELENGTH]='\0'; 524 524 }
Note:
See TracChangeset
for help on using the changeset viewer.