RE: [Plib-devel] ulError buffer
Brought to you by:
sjbaker
From: Dave M. <dp...@ef...> - 2000-08-25 04:10:38
|
> > > ul's ulSetError buffer is only 256 bytes long! > > > > > > That's a bit short IMHO. > > > > > 2048? > > I was going to suggest 1024 - but 2048 will be OK. > You could get really fancy and allocate more if it runs > out. > 1024 sounds good. i commited the change. --> static char _ulErrorBuffer [ 1024 ] = { '\0' } ; --Dave |