From 993ab25c61346986b00ae61db0f303d47193b313 Mon Sep 17 00:00:00 2001 From: ehouse Date: Tue, 25 Apr 2006 13:46:59 +0000 Subject: [PATCH] use stream_putString --- xwords4/franklin/frankmain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xwords4/franklin/frankmain.cpp b/xwords4/franklin/frankmain.cpp index 0af405732..220eb0498 100644 --- a/xwords4/franklin/frankmain.cpp +++ b/xwords4/franklin/frankmain.cpp @@ -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,