Changeset 1242 for trunk/src/kernel32/Fileio.cpp
- Timestamp:
- Oct 10, 1999, 11:00:58 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/Fileio.cpp
r998 r1242 1 /* $Id: Fileio.cpp,v 1.9 1999-09-21 11:00:23 phaller Exp $ */ 2 3 /* 4 * 5 * Project Odin Software License can be found in LICENSE.TXT 6 * 7 */ 1 /* $Id: Fileio.cpp,v 1.10 1999-10-10 09:00:57 sandervl Exp $ */ 2 8 3 /* 9 4 * Win32 File IO API functions for OS/2 … … 11 6 * Copyright 1998 Sander van Leeuwen 12 7 * Copyright 1998 Patrick Haller 8 * 9 * 10 * Project Odin Software License can be found in LICENSE.TXT 13 11 * 14 12 */ … … 489 487 lpBuffer); 490 488 489 if(lpFilePart) 491 490 *lpFilePart = lpBuffer + ((int)asciipart - (int)asciibuffer); 492 491 493 494 495 492 FreeAsciiString(astring); 493 free(asciibuffer); 494 return(rc); 496 495 } 497 496 //******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.