From 950e6fc021d94256237eb5d018201ef7cd9bfe95 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Thu, 5 Jun 2008 15:49:24 -0400 Subject: [PATCH] Minor change to the algorithm to support wildcards * Source/AppController.m: (findWords:): Don't decrement k if we deal with a wildcard --- Source/AppController.m | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/AppController.m b/Source/AppController.m index 95a30af..6a37bb4 100644 --- a/Source/AppController.m +++ b/Source/AppController.m @@ -99,7 +99,6 @@ else { j++; - k++; } } else -- 2.22.5