зеркало из https://github.com/mozilla/pjs.git
Bug 375270: fixing frprintf args in DumpHeap
This commit is contained in:
Родитель
f25edb0991
Коммит
65436efe36
|
@ -1398,7 +1398,8 @@ DumpHeap(JSContext *cx, JSObject *obj, uintN argc, jsval *argv, jsval *rval)
|
|||
} else {
|
||||
dumpFile = fopen(fileName, "w");
|
||||
if (!dumpFile) {
|
||||
fprintf(gErrFile, "gc: can't open %s: %s\n", strerror(errno));
|
||||
fprintf(gErrFile, "dumpHeap: can't open %s: %s\n",
|
||||
fileName, strerror(errno));
|
||||
return JS_FALSE;
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче