summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/io.c b/io.c
index fd52a8100f..a24faf964e 100644
--- a/io.c
+++ b/io.c
@@ -456,7 +456,7 @@ rb_io_fwrite(ptr, len, f)
of.f = f;
of.f2 = NULL;
of.mode = FMODE_WRITABLE;
- of.path = "(rb_io_fwrite)";
+ of.path = NULL;
return io_fwrite(ptr, len, &of);
}