diff options
author | pommicket <pommicket@gmail.com> | 2022-11-02 19:58:20 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2022-11-02 19:58:20 -0400 |
commit | 9d0433ba028792f5a468507dba28d406b9f758e7 (patch) | |
tree | f83f5db4b4d6e54ef70c252f624b108d40978ac6 /ted.h | |
parent | b070e5ce01c829bd101b1e0eda49f1e25d9d125c (diff) |
fixed path-specific settings bugs. stuff seems to be working now
Diffstat (limited to 'ted.h')
-rw-r--r-- | ted.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -196,7 +196,7 @@ typedef struct { char *file; u32 line; char *text; - Settings *settings; // only used in config_parse + u32 settings; // index into ted->all_settings. only used in config_parse } ConfigPart; // this refers to replacing prev_len characters (found in prev_text) at pos with new_len characters |