diff options
Diffstat (limited to 'src/ioview.cpp')
-rw-r--r-- | src/ioview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ioview.cpp b/src/ioview.cpp index c9d147c..b0a2d40 100644 --- a/src/ioview.cpp +++ b/src/ioview.cpp @@ -254,7 +254,7 @@ IOView::save(const gchar *filename) file = g_fopen(filename, "w"); if (!file) /* hopefully, errno is also always set on Windows */ - throw Error("Error opening file \"%s\": %s", + throw Error("Error opening file \"%s\" for writing: %s", filename, strerror(errno)); /* write part of buffer before gap */ |