summaryrefslogtreecommitdiff
path: root/devel/silentbob/files/patch-src_wit.cxx
blob: 91c32189370a8c5f39cab1d79e747bfa0c65687b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/wit.cxx.orig	2013-11-27 15:00:47 UTC
+++ src/wit.cxx
@@ -18,7 +18,7 @@ int what_is_this (char * d_op, char ch)
 
 	d_words_count = words_count (d_op);
 
-	if (words_count <= 0)
+	if (d_words_count <= 0)
 		return OT::Other;
 	
 	if (d_words_count == 1) {