[Kst] kdeextragear-2/kst/kst

George Staikos staikos at kde.org
Tue Jan 27 05:10:07 CET 2004


On Monday 26 January 2004 23:06, C. Barth Netterfield wrote:
> Why replace '\n' with endl?
>
> On Monday 26 January 2004 9:54 pm, George Staikos wrote:
> > CVS commit by staikos:
> > -  ts << "  <yvectag>" << VY->tagName() << "</yvectag>\n";
> > +  ts << "  <yvectag>" << VY->tagName() << "</yvectag>" << endl;

  endl should get the right line termination on all platforms.  Don't forget 
that win32 and macos don't use \n.

-- 
George Staikos
KDE Developer				http://www.kde.org/
Staikos Computing Services Inc.		http://www.staikos.net/



More information about the Kst mailing list