This commit is contained in:
Paul Tucker
2000-02-17 20:20:20 +00:00
parent cf9c8644ee
commit f10493d342
2 changed files with 5 additions and 1 deletions

View File

@@ -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

View File

@@ -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 -