aboutsummaryrefslogtreecommitdiffstats
path: root/src/fs/Charset.hxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/fs/Charset.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fs/Charset.hxx b/src/fs/Charset.hxx
index 58b5a090a..19dabeb2b 100644
--- a/src/fs/Charset.hxx
+++ b/src/fs/Charset.hxx
@@ -37,13 +37,13 @@ SetFSCharset(const char *charset);
/**
* Convert the path to UTF-8.
- * Returns empty string on error or if #path_fs is null pointer.
+ * Returns empty string on error.
*/
-gcc_pure
+gcc_pure gcc_nonnull_all
std::string
PathToUTF8(const char *path_fs);
-gcc_malloc
+gcc_malloc gcc_nonnull_all
char *
PathFromUTF8(const char *path_utf8);