From 7f4a4c2a08c55b9117e06d185e59fab7d2dba5db Mon Sep 17 00:00:00 2001 From: graehl Date: Wed, 21 Jul 2010 03:09:48 +0000 Subject: gzstream git-svn-id: https://ws10smt.googlecode.com/svn/trunk@353 ec762483-ff6d-05da-a07a-a48fb63a330f --- decoder/cdec.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'decoder/cdec.cc') 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(); 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(); -- cgit v1.2.3