summaryrefslogtreecommitdiffstats
path: root/src/pulse/util.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-04-19 19:02:16 +0200
committerLennart Poettering <lennart@poettering.net>2009-04-19 19:02:16 +0200
commit6773d000e381651f00c8ffad74cf96e6d0647da9 (patch)
tree769dfbce402e1e350b0880e8ee57fb848ade39c0 /src/pulse/util.h
parentb03a650160def727ff6547cdc35351d76dceecfd (diff)
util: if NULL is passed to pa_path_get_filename() just hand it through
Diffstat (limited to 'src/pulse/util.h')
-rw-r--r--src/pulse/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulse/util.h b/src/pulse/util.h
index f6dd40cb..ad85653d 100644
--- a/src/pulse/util.h
+++ b/src/pulse/util.h
@@ -51,7 +51,7 @@ char *pa_get_home_dir(char *s, size_t l);
char *pa_get_binary_name(char *s, size_t l);
/** Return a pointer to the filename inside a path (which is the last
- * component). */
+ * component). If passed NULL will return NULL. */
char *pa_path_get_filename(const char *p);
/** Wait t milliseconds */