[irstlm] 114/126: minor change

Giulio Paci giuliopaci-guest at moszumanska.debian.org
Tue May 17 07:46:51 UTC 2016


This is an automated email from the git hooks/post-receive script.

giuliopaci-guest pushed a commit to annotated tag adaptiveLM.v0.1
in repository irstlm.

commit fc8789f4d6d9ec3e4005417bf4643a1879b596e1
Author: Nicola Bertoldi <bertoldi at fbk.eu>
Date:   Sun Oct 18 00:05:10 2015 +0200

    minor change
---
 src/util.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/util.cpp b/src/util.cpp
index 665287e..f360916 100644
--- a/src/util.cpp
+++ b/src/util.cpp
@@ -228,7 +228,7 @@ int parseWords(char *sentence, const char **words, int max)
 	}
 	
 	if (i < max) {
-		words[i] = 0;
+		words[i] = NULL;
 	}
 	
 	return i;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/irstlm.git



More information about the debian-science-commits mailing list