Minor change to the algorithm to support wildcards
authorRobert Sesek <rsesek@bluestatic.org>
Thu, 5 Jun 2008 19:49:24 +0000 (15:49 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Thu, 5 Jun 2008 19:49:24 +0000 (15:49 -0400)
* Source/AppController.m:
(findWords:): Don't decrement k if we deal with a wildcard

Source/AppController.m

index 95a30af8b97d1be2ece3811951117fdcd1037856..6a37bb44eb8d559248a3e76d101b20358b57708c 100644 (file)
@@ -99,7 +99,6 @@
                                else
                                {
                                        j++;
-                                       k++;
                                }
                        }
                        else