Renaming incorrectly named argument.
git-svn-id: svn://10.0.0.236/trunk@171021 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
c545964071
commit
cfe5c7a8d0
@ -1044,7 +1044,7 @@ NPError NP_EXPORT
|
||||
_newstream(NPP npp, NPMIMEType type, const char* target, NPStream* *result)
|
||||
{
|
||||
NPN_PLUGIN_LOG(PLUGIN_LOG_NORMAL,
|
||||
("NPN_NewStream: npp=%p, type=%s, window=%s\n", (void*)npp, (const char *)type, target));
|
||||
("NPN_NewStream: npp=%p, type=%s, target=%s\n", (void*)npp, (const char *)type, target));
|
||||
|
||||
NPError err = NPERR_INVALID_INSTANCE_ERROR;
|
||||
if(npp && npp->ndata) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user