[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-06 13:37:49
|
* Paul Boese -- Saturday 05 July 2003 21:40: > On my system ssgLoadAC.cxx is broken since pulling the latest CVS. It works > in my own test programs, but Tuxkart 0.2.0/CVS, and tux_aqfh-1.0.14 fail with > the following error: > > FATAL: ac_to_gl: Unrecognised token ' > ' > > I have not yet figured out the exact cause. The exact cause is lots of strange ac files, containing things like ==== tuxaqfh/models/folly.ac data 14 @autodcs h=22 texture "../images/swirl.rgb" ==== That is, the data field contains an \n. Maybe this was the cause for how the original code was written like? In this case I'd revert the last patch and apply the one that I've presented first in this very thread. m. |