aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index 1a44ee95..e1a61f49 100644
--- a/main.cpp
+++ b/main.cpp
@@ -95,7 +95,7 @@ int main(int argc, char** argv)
}
}
else
- src = asString(contents(infile));
+ src = contentsString(infile);
vector<string> errors;
if (src.empty())