Changeset 2041 for trunk/src


Ignore:
Timestamp:
Dec 9, 1999, 12:00:02 PM (26 years ago)
Author:
sandervl
Message:

replaced strncpy with lstrcpynA

File:
1 edited

Legend:

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

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