From f09d21d8b406bed732ec0254d5083e636e394151 Mon Sep 17 00:00:00 2001 From: Dan Willemsen Date: Thu, 20 Oct 2016 17:04:07 -0700 Subject: Fix typo in regen_dump.cc --- regen_dump.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regen_dump.cc b/regen_dump.cc index 9838ab5..7a515f5 100644 --- a/regen_dump.cc +++ b/regen_dump.cc @@ -48,7 +48,7 @@ int main(int argc, char* argv[]) { ERROR("Incomplete stamp file"); for (int i = 0; i < num_files; i++) { string s; - if (!LoadString(fp, s)) + if (!LoadString(fp, &s)) ERROR("Incomplete stamp file"); printf("%s\n", s.c_str()); } -- cgit v1.2.3