Ignore:
Timestamp:
Aug 19, 1999, 3:56:52 AM (26 years ago)
Author:
phaller
Message:

Fix: lstrcpyAtoW bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/heapstring.cpp

    r471 r566  
    579579
    580580  /* forward to call with length parameter */
    581   lstrcpynWtoA(ascii, unicode, strlen(ascii)+1); //end included
     581  lstrcpynAtoW(unicode, ascii, strlen(ascii)+1); //end included
    582582  return (unicode);
    583583}
Note: See TracChangeset for help on using the changeset viewer.