summaryrefslogtreecommitdiff
path: root/ted.h
diff options
context:
space:
mode:
Diffstat (limited to 'ted.h')
-rw-r--r--ted.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ted.h b/ted.h
index fedd317..d33c460 100644
--- a/ted.h
+++ b/ted.h
@@ -87,7 +87,7 @@ typedef struct {
Rect bounds;
u32 n_entries;
FileEntry *entries;
- char *cwd; // a dynamic null-terminated array of chars representing the current directory
+ char cwd[TED_PATH_MAX];
bool submitted; // set to true if the line buffer was just submitted this frame.
} FileSelector;