Ignore:
Timestamp:
Dec 9, 1999, 11:59:37 AM (26 years ago)
Author:
sandervl
Message:

replaced strncpy with lstrcpynA

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/win32wmdiclient.cpp

    r1513 r2040  
    1 /* $Id: win32wmdiclient.cpp,v 1.12 1999-10-30 09:19:46 sandervl Exp $ */
     1/* $Id: win32wmdiclient.cpp,v 1.13 1999-12-09 10:59:05 sandervl Exp $ */
    22/*
    33 * Win32 MDI Client Window Class for OS/2
     
    520520        else
    521521        {
    522             strncpy(lpBuffer, frameTitle, MDI_MAXTITLELENGTH );
     522            lstrcpynA(lpBuffer, frameTitle, MDI_MAXTITLELENGTH );
    523523            lpBuffer[MDI_MAXTITLELENGTH]='\0';
    524524        }
Note: See TracChangeset for help on using the changeset viewer.