[Plib-devel] Re: [PATCH] ssg/ssgLoadAC.cxx: fix potential crash; accept DOS line endings
Brought to you by:
sjbaker
From: Melchior F. <a86...@un...> - 2003-07-03 09:13:16
|
* Bernie Bright -- Thursday 03 July 2003 11:04: > Instead of the specific patch to do_data() what if skip_space() actually > skipped all whitespace characters instead of just ' ' and '\t': No. skip_space is applied to a string pointer, while in do_data we are directly reading from a stream. There would have to be a lot more to rewrite to make your suggestion work. m. |