fix ANSI build

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17760 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2002-11-07 23:26:05 +00:00
parent 128995861e
commit a9e11379a1

View File

@@ -55,7 +55,7 @@ wxFSFile* MyVFS::OpenFile(wxFileSystem& fs, const wxString& location)
wxFSFile *f; wxFSFile *f;
wxInputStream *str; wxInputStream *str;
static char buf[1024]; static char buf[1024];
wxCharBuffer loc = location.ToAscii(); const wxWX2MBbuf loc = location.ToAscii();
sprintf(buf, "<html><body><h2><i>You're in Node <u>%s</u></i></h2><p>" sprintf(buf, "<html><body><h2><i>You're in Node <u>%s</u></i></h2><p>"
"Where do you want to go?<br><blockquote>" "Where do you want to go?<br><blockquote>"