Changeset 664
- Timestamp:
- Oct 14, 2018, 10:21:37 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/Lucide/gui/lcdfdlg.cpp ¶
r658 r664 5 5 #include <io.h> 6 6 #include <fcntl.h> 7 #include <emx\umalloc.h> 7 8 8 9 #include "globals.h" … … 339 340 count = -1; 340 341 341 if ( ( pBuffer = (char*) malloc(65000) ) != NULL )342 if ( ( pBuffer = (char*)_lmalloc( 65000 ) ) != NULL ) 342 343 { 343 344 memset( pBuffer, 127, 65000 );
Note:
See TracChangeset
for help on using the changeset viewer.