I didn't mean to check this in.

This commit is contained in:
mrbkap%gmail.com 2006-03-22 07:29:49 +00:00
Родитель 76010360ad
Коммит 309575af1a
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -2460,7 +2460,6 @@ snarf(JSContext *cx, JSObject *obj, uintN argc, jsval *argv, jsval *rval)
buf = JS_malloc(cx, len + 1);
if (buf) {
cc = fread(buf, 1, len, file);
fprintf(stderr, "Read %d things\n", cc);
if (cc != len) {
JS_free(cx, buf);
JS_ReportError(cx, "can't read %s: %s", pathname,