diff options
author | pommicket <pommicket@gmail.com> | 2023-01-11 22:39:00 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-01-11 22:39:00 -0500 |
commit | b01c7b595cabce4704b6e5e6ead61bdebdedc923 (patch) | |
tree | d7405d972e9365af4edc863f6a6fea7d56a03bd6 /ted.h | |
parent | 24ca22c3bfcf7ac8201dcba97b79f87ef196dede (diff) |
strip ../ in go-to-error if file is not found
Diffstat (limited to 'ted.h')
-rw-r--r-- | ted.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -329,7 +329,7 @@ typedef struct { } FindResult; typedef struct { - char *filename; + char *path; BufferPos pos; u32 build_output_line; // which line in the build output corresponds to this error } BuildError; |