Changeset 5258 for trunk/src/user32/windlg.cpp
- Timestamp:
- Feb 23, 2001, 3:52:42 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/windlg.cpp
r5146 r5258 1 /* $Id: windlg.cpp,v 1.2 1 2001-02-17 14:49:26sandervl Exp $ */1 /* $Id: windlg.cpp,v 1.22 2001-02-23 14:52:42 sandervl Exp $ */ 2 2 /* 3 3 * Win32 dialog apis for OS/2 … … 695 695 strcpy( temp, "A:\\" ); 696 696 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 ); 698 698 CharLowerA( temp ); 699 699 /* Can't use PostMessage() here, because the string is on the stack */
Note:
See TracChangeset
for help on using the changeset viewer.