Ignore:
Timestamp:
Apr 2, 2003, 2:58:58 PM (22 years ago)
Author:
sandervl
Message:

YD: Changes for header updates

File:
1 edited

Legend:

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

    r7854 r9975  
    1 /* $Id: heapstring.cpp,v 1.51 2002-02-09 17:27:31 sandervl Exp $ */
     1/* $Id: heapstring.cpp,v 1.52 2003-04-02 12:58:29 sandervl Exp $ */
    22/*
    33 * Project Odin Software License can be found in LICENSE.TXT
     
    547547    lstrcpynWtoA(ascii,
    548548               unicode,
    549                lstrlenW((UniChar*)unicode)+1); //end included
     549               lstrlenW(unicode)+1); //end included
    550550
    551551    return ascii;
Note: See TracChangeset for help on using the changeset viewer.