use stream_putString

This commit is contained in:
ehouse 2006-04-25 13:46:59 +00:00
parent ef6ebe6bac
commit 993ab25c61

View file

@ -1116,7 +1116,7 @@ CXWordsWindow::doAbout()
"Copyright 2000-2004 by Eric House (xwords@eehouse.org).\n"
"All rights reserved.\n"
"For further information see www.peak.org/~fixin/xwords/ebm.html.";
stream_putBytes( stream, txt, strlen(txt) );
stream_putString( stream, txt );
stream_putU8( stream, '\0' );
wrappedEventLoop( new CShowTextWindow( MEMPOOL(this) stream,