summaryrefslogtreecommitdiff
path: root/decoder/cdec.cc
diff options
context:
space:
mode:
authorgraehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-07-21 03:09:48 +0000
committergraehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-07-21 03:09:48 +0000
commit7f4a4c2a08c55b9117e06d185e59fab7d2dba5db (patch)
tree95b39806a091877a77b9ce93d98cb3c877978c3b /decoder/cdec.cc
parente14043e62b765863584a3b42a0c5b6bd11d5bd4f (diff)
gzstream
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@353 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'decoder/cdec.cc')
-rw-r--r--decoder/cdec.cc2
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();