SOURCES: tomboy-Trie.patch (NEW) - fixed Trie.cs

pawcioos pawcioos at pld-linux.org
Wed Sep 21 01:21:45 CEST 2005


Author: pawcioos                     Date: Tue Sep 20 23:21:45 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fixed Trie.cs

---- Files affected:
SOURCES:
   tomboy-Trie.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/tomboy-Trie.patch
diff -u /dev/null SOURCES/tomboy-Trie.patch:1.1
--- /dev/null	Wed Sep 21 01:21:45 2005
+++ SOURCES/tomboy-Trie.patch	Wed Sep 21 01:21:40 2005
@@ -0,0 +1,11 @@
+--- tomboy-0.3.3/Tomboy/Trie.cs.orig	2005-09-21 01:09:21.000000000 +0200
++++ tomboy-0.3.3/Tomboy/Trie.cs	2005-09-21 01:10:24.000000000 +0200
+@@ -132,7 +132,7 @@
+ 					while (m != null) {
+ 						TrieState q1 = m.State;
+ 						TrieState r = q.Fail;
+-						TrieMatch n;
++						TrieMatch n = new TrieMatch();
+ 
+ 						while (r != null) {
+ 							n = FindMatchAtState (r, m.Value);
================================================================



More information about the pld-cvs-commit mailing list