diff options
author | graehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-07-21 03:09:48 +0000 |
---|---|---|
committer | graehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-07-21 03:09:48 +0000 |
commit | 7f4a4c2a08c55b9117e06d185e59fab7d2dba5db (patch) | |
tree | 95b39806a091877a77b9ce93d98cb3c877978c3b | |
parent | e14043e62b765863584a3b42a0c5b6bd11d5bd4f (diff) |
gzstream
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@353 ec762483-ff6d-05da-a07a-a48fb63a330f
-rw-r--r-- | decoder/cdec.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoder/cdec.cc b/decoder/cdec.cc index aa1003a3..cc0b1434 100644 --- a/decoder/cdec.cc +++ b/decoder/cdec.cc @@ -500,7 +500,7 @@ int main(int argc, char** argv) { int combine_size = conf["combine_size"].as<int>(); if (combine_size < 1) combine_size = 1; - const string input = str("input",conf); + const string input = str("input",conf); cerr << "Reading input from " << ((input == "-") ? "STDIN" : input.c_str()) << endl; ReadFile in_read(input); istream *in = in_read.stream(); |