Ignore:
Timestamp:
Feb 23, 2001, 3:52:42 PM (25 years ago)
Author:
sandervl
Message:

mdi, setcursor, min/max/restore, dlglist changes

File:
1 edited

Legend:

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

    r5146 r5258  
    1 /* $Id: windlg.cpp,v 1.21 2001-02-17 14:49:26 sandervl Exp $ */
     1/* $Id: windlg.cpp,v 1.22 2001-02-23 14:52:42 sandervl Exp $ */
    22/*
    33 * Win32 dialog apis for OS/2
     
    695695        strcpy( temp, "A:\\" );
    696696        temp[0] += drive;
    697         lstrcpynA( temp + 3, DRIVE_GetDosCwd(curpath, drive), sizeof(temp)-3 );
     697        lstrcpynA( temp + 3, DRIVE_GetDosCwd(curpath, drive, sizeof(curpath)), sizeof(temp)-3 );
    698698        CharLowerA( temp );
    699699        /* Can't use PostMessage() here, because the string is on the stack */
Note: See TracChangeset for help on using the changeset viewer.