Ignore:
Timestamp:
Oct 23, 2000, 9:35:11 PM (25 years ago)
Author:
sandervl
Message:

lstrcpynAtoW/WtoA fixes (Wine depends on 0 terminating of these functions) + console changes for methods that depended on the old behaviour

File:
1 edited

Legend:

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

    r4502 r4525  
    1 /* $Id: console.cpp,v 1.22 2000-10-20 11:46:46 sandervl Exp $ */
     1/* $Id: console.cpp,v 1.23 2000-10-23 19:35:10 sandervl Exp $ */
    22
    33/*
     
    37723772  lstrcpynWtoA(ConsoleGlobals.pszWindowTitle,
    37733773               lpszTitle,
    3774                iLength);
     3774               iLength+1); //must add one (lstrcpynWtoA terminates string)
    37753775
    37763776  WinSetWindowText(ConsoleGlobals.hwndFrame,           /* set new title text */
Note: See TracChangeset for help on using the changeset viewer.