]> git.mxchange.org Git - flightgear.git/commit
don't truncate strings output by print() to 1024 bytes. This was apparently
authormfranz <mfranz>
Sun, 28 Jan 2007 12:16:37 +0000 (12:16 +0000)
committermfranz <mfranz>
Sun, 28 Jan 2007 12:16:37 +0000 (12:16 +0000)
commit978b7145b1b131d131f524a35e465ddbbcce3b7d
tree35f9f52f3930e8441c6a329ef409e8bac4665e2c
parent98aa76ad33be7bd3a915ea03f2ba25431872a92e
don't truncate strings output by print() to 1024 bytes. This was apparently
done for performance reasons, but print() should be able to output any
valid string, and when SG_LOG uses strings and streams already, then we
can use that here, too. (Not discussed with Andy yet.)
src/Scripting/NasalSys.cxx