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:
@@ -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>"
|
||||||
|
Reference in New Issue
Block a user