diff options
Diffstat (limited to 'src/fileops.c')
| -rw-r--r-- | src/fileops.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fileops.c b/src/fileops.c index 8cdfb0345..97b2f0739 100644 --- a/src/fileops.c +++ b/src/fileops.c @@ -313,6 +313,7 @@ int gitfo_dirent( int gitfo_mkdir_recurs(const char *path, int mode) { + //TODO: Implement recursive building of the parent tree structure (This would have to work on both Linux and Windows). int error; error = gitfo_mkdir(path, mode); |
