summaryrefslogtreecommitdiff
path: root/src/path.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/path.h')
-rw-r--r--src/path.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/path.h b/src/path.h
index c3312eb..353500e 100644
--- a/src/path.h
+++ b/src/path.h
@@ -32,6 +32,7 @@
- Potentionally slow
- Doesn't check return value of malloc() and realloc()
- path_real doesn't check for the existance of the last component
+ - cwd is unreliable after path_real
*/
#ifndef _path_h