summaryrefslogtreecommitdiff
blob: d6801141fc0851b1f80d2e810ce7f934c9cb92fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -aur tomboy-0.3.2-orig/Tomboy/Trie.cs tomboy-0.3.2/Tomboy/Trie.cs
--- tomboy-0.3.2-orig/Tomboy/Trie.cs	2005-01-18 02:33:54.000000000 -0500
+++ tomboy-0.3.2/Tomboy/Trie.cs	2005-05-05 13:26:48.000000000 -0400
@@ -186,7 +186,7 @@
 					 MatchHandler match_handler)
 		{
 			TrieState q = root;
-			TrieMatch m;
+			TrieMatch m = null;
 			int idx = 0, start_idx = 0, last_idx = 0;
 
 			while (idx < haystack.Length) {