Fix build.

This commit is contained in:
Nicholas Hastings 2015-03-22 19:23:58 -04:00
parent 28870d2ae5
commit 7b56dd5c8a

View File

@ -619,7 +619,7 @@ static cell_t sm_DirExists(IPluginContext *pContext, const cell_t *params)
if (!name[0])
{
return pContext->ThrowNativeError("Invalid path. An empty path string is not valid, use "." to refer to the current working directory.");
return pContext->ThrowNativeError("Invalid path. An empty path string is not valid, use \".\" to refer to the current working directory.");
}
if (params[0] >= 2 && params[2] == 1)