aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBen Burdette <bburdette@gmail.com>2020-07-06 11:54:53 -0600
committerBen Burdette <bburdette@gmail.com>2020-07-06 11:54:53 -0600
commitefd6a8b2304f6db6fc4e0869ddce98548e7b8c95 (patch)
tree3a1b972b4ab6b8dff086a5ce4fc49cc8faa19f1f /src
parent75bfcf8d1571e94530e21636d5a2bc7613adf964 (diff)
bump
Diffstat (limited to 'src')
-rw-r--r--src/libutil/error.cc1
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);