diff options
| -rw-r--r-- | regen_dump.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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()); } |
