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/win32class.cpp

    r2033 r2040  
    1 /* $Id: win32class.cpp,v 1.7 1999-12-09 00:53:36 sandervl Exp $ */
     1/* $Id: win32class.cpp,v 1.8 1999-12-09 10:59:37 sandervl Exp $ */
    22/*
    33 * Win32 Window Class Managment Code for OS/2
     
    280280{
    281281  if(HIWORD(classNameA)) {
    282         strncpy(lpszClassName, classNameA, cchClassName-1);
     282        lstrncpyA(lpszClassName, classNameA, cchClassName-1);
    283283        return strlen(lpszClassName);
    284284  }
Note: See TracChangeset for help on using the changeset viewer.