[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: PFile compiles again



> >I surely can't compile mine. There's two problems in URLInfo:
> >
> >1) This line:
> >
> >CurrentPos += part _size [PartPos];
> 
> *grin*
> that's in a #ifdef PP_SYS_OS_WIN32 block ;)
> 
I guess I deserve it... :)

> >2) A const pointer is used to alter what it points to in ToNative().
> 
> Where exactly? I couldn't find it.
> 
const char *NextPos

should be

char *NextPos