Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicola Bertoldi <bertoldi@fbk.eu>2013-08-14 14:49:30 +0400
committerNicola Bertoldi <bertoldi@fbk.eu>2013-08-14 14:49:30 +0400
commita9e2ea2a2f6bc8d13675f1fb35a8c9b08ca65b6e (patch)
tree1b91dfe96f3957fdfbc79aae6e69f8b990ee9c16 /moses/Util.cpp
parent2904e519079fc45e9576c65c01d48ef3bf0924af (diff)
bug fixed; cleanup
Diffstat (limited to 'moses/Util.cpp')
-rw-r--r--moses/Util.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/Util.cpp b/moses/Util.cpp
index 441075bd2..87774640c 100644
--- a/moses/Util.cpp
+++ b/moses/Util.cpp
@@ -132,7 +132,7 @@ std::vector< std::map<std::string, std::string> > ProcessAndStripDLT(std::string
line.erase(start,close-start+2);
lline.erase(start,close-start+2);
- if (dlt == ""){
+ if (dlt != ""){
std::map<std::string, std::string> tmp_meta;
for (size_t i = 1; i < dlt.size(); i++) {