summaryrefslogtreecommitdiff
path: root/ted.h
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-01-11 22:39:00 -0500
committerpommicket <pommicket@gmail.com>2023-01-11 22:39:00 -0500
commitb01c7b595cabce4704b6e5e6ead61bdebdedc923 (patch)
treed7405d972e9365af4edc863f6a6fea7d56a03bd6 /ted.h
parent24ca22c3bfcf7ac8201dcba97b79f87ef196dede (diff)
strip ../ in go-to-error if file is not found
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 6300c0b..f6e8ae4 100644
--- a/ted.h
+++ b/ted.h
@@ -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;