summaryrefslogtreecommitdiffstats
path: root/src/io/sys.cpp
diff options
context:
space:
mode:
authorPeter Moulder <peter.moulder@monash.edu>2009-04-06 22:45:23 +0000
committerpjrm <pjrm@users.sourceforge.net>2009-04-06 22:45:23 +0000
commitf9cf25571eccf98c38a4832130795a0c906eb0c1 (patch)
treee814c02f5dfe08c4e36307c4e076eed1ebe86303 /src/io/sys.cpp
parentupdate 2geom. big commit as it has been a while. (2geom svn rev. 1870, i think) (diff)
downloadinkscape-f9cf25571eccf98c38a4832130795a0c906eb0c1.tar.gz
inkscape-f9cf25571eccf98c38a4832130795a0c906eb0c1.zip
doc
(bzr r7639)
Diffstat (limited to 'src/io/sys.cpp')
-rw-r--r--src/io/sys.cpp6
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.