diff options
Diffstat (limited to 'e-util/e-util.c')
-rw-r--r-- | e-util/e-util.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/e-util/e-util.c b/e-util/e-util.c index 7a10d71b34..c6862ab8c5 100644 --- a/e-util/e-util.c +++ b/e-util/e-util.c @@ -946,6 +946,7 @@ e_strstrcase (const gchar *haystack, const gchar *needle) return NULL; } +/* This only makes a filename safe for usage as a filename. It still may have shell meta-characters in it. */ void e_filename_make_safe (gchar *string) { |