From fea8c649eaf251fec54672e8a789e42b9be43e02 Mon Sep 17 00:00:00 2001 From: Isak Date: Sat, 17 Feb 2018 21:24:38 +0100 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 09a86cf..c722289 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # File-viewer A simple program to navigate directories and output files.
+ # Some gotchas: Note that the function get_current_dir_name() used in the program is a GNU extension and may not work on all compilers.