This commit is contained in:
ehouse 2008-07-28 05:02:11 +00:00
parent 507c5e87d8
commit da105cfb16

View file

@ -928,7 +928,7 @@ make_generic_stream( CEAppGlobals* globals )
} /* make_generic_stream */ } /* make_generic_stream */
static XWStreamCtxt* static XWStreamCtxt*
fileToStream( CEAppGlobals* globals, XP_UCHAR* path ) fileToStream( CEAppGlobals* globals, const XP_UCHAR* path )
{ {
XWStreamCtxt* stream = NULL; XWStreamCtxt* stream = NULL;
HANDLE fileH; HANDLE fileH;
@ -2663,7 +2663,7 @@ ce_util_userError( XW_UtilCtxt* uc, UtilErrID id )
case ERR_CANT_HINT_WHILE_DISABLED: case ERR_CANT_HINT_WHILE_DISABLED:
message = "The hint feature is disabled for this game. Enable " message = "The hint feature is disabled for this game. Enable "
"it for a new game using the Preferences diaog."; "it for a new game using the Preferences dialog.";
break; break;
#ifndef XWFEATURE_STANDALONE_ONLY #ifndef XWFEATURE_STANDALONE_ONLY