mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-26 09:58:20 +01:00
use stream_putString
This commit is contained in:
parent
4e2b080be5
commit
32ade8dcc3
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue