Add cast
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
20000217-15:22 EST Paul Tucker <ptucker@sympatico.ca>
|
||||
* source/pp/hbppint.c
|
||||
* added cast
|
||||
|
||||
20000217-23:00 GMT+3 Alexander Kresin
|
||||
* source/pp/hbpp.c
|
||||
* source/pp/hbppint.c
|
||||
|
||||
@@ -73,7 +73,7 @@ int hb_pp_Internal( FILE * handl_o, char * sOut )
|
||||
HB_TRACE(HB_TR_DEBUG, ("PreProcess(%p, %p, %s)", handl_i, handl_o, sOut));
|
||||
|
||||
handl_i = hb_comp_files.pLast->handle;
|
||||
sBuffer = hb_comp_files.pLast->pBuffer;
|
||||
sBuffer = (char *)hb_comp_files.pLast->pBuffer;
|
||||
lContinue = lens = 0;
|
||||
ptrOut = sOut;
|
||||
while( ( rdlen = hb_pp_RdStr( handl_i, s_szLine + lens, HB_PP_STR_SIZE -
|
||||
|
||||
Reference in New Issue
Block a user