diff options
Diffstat (limited to 'devel/silentbob/files/patch-src_wit.cxx')
-rw-r--r-- | devel/silentbob/files/patch-src_wit.cxx | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/silentbob/files/patch-src_wit.cxx b/devel/silentbob/files/patch-src_wit.cxx new file mode 100644 index 000000000000..91c32189370a --- /dev/null +++ b/devel/silentbob/files/patch-src_wit.cxx @@ -0,0 +1,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) { |