diff options
Diffstat (limited to 'src/io/sys.cpp')
| -rw-r--r-- | src/io/sys.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/io/sys.cpp b/src/io/sys.cpp index 96d0ae983..a5158c587 100644 --- a/src/io/sys.cpp +++ b/src/io/sys.cpp @@ -196,9 +196,9 @@ int Inkscape::IO::mkdir_utf8name( char const *utf8name ) } /* - * Wrapper around Glib::file_open_tmp() - * Returns a handle to the temp file - * name_used contains the actual name used + * Wrapper around Glib::file_open_tmp(). + * Returns a handle to the temp file. + * name_used contains the actual name used (a raw filename, not necessarily utf8). * * Returns: * A file handle (as from open()) to the file opened for reading and writing. |
