diff options
author | Ben Burdette <bburdette@gmail.com> | 2020-07-06 11:54:53 -0600 |
---|---|---|
committer | Ben Burdette <bburdette@gmail.com> | 2020-07-06 11:54:53 -0600 |
commit | efd6a8b2304f6db6fc4e0869ddce98548e7b8c95 (patch) | |
tree | 3a1b972b4ab6b8dff086a5ce4fc49cc8faa19f1f /src/libutil/error.cc | |
parent | 75bfcf8d1571e94530e21636d5a2bc7613adf964 (diff) |
bump
Diffstat (limited to 'src/libutil/error.cc')
-rw-r--r-- | src/libutil/error.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libutil/error.cc b/src/libutil/error.cc index 124603c34..fd6f69b7f 100644 --- a/src/libutil/error.cc +++ b/src/libutil/error.cc @@ -110,6 +110,7 @@ std::optional<LinesOfCode> getCodeLines(const ErrPos &errPos) int pl = errPos.line - 1; LinesOfCode loc; + do { std::getline(iss, line); |