Author: qboosh Date: Tue Mar 7 19:41:09 2006 GMT Module: SOURCES Tag: HEAD ---- Log message: - argh, fix copy pasto which broke author search
---- Files affected: SOURCES: slrn-search-author.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/slrn-search-author.patch diff -u /dev/null SOURCES/slrn-search-author.patch:1.1 --- /dev/null Tue Mar 7 20:41:09 2006 +++ SOURCES/slrn-search-author.patch Tue Mar 7 20:41:04 2006 @@ -0,0 +1,13 @@ +--- slrn-0.9.8.1pl1/src/art.c.orig 2005-01-29 00:26:09.000000000 +0100 ++++ slrn-0.9.8.1pl1/src/art.c 2006-03-07 20:32:04.375072500 +0100 +@@ -5064,8 +5064,8 @@ + (unsigned char *) l->from + strlen (l->from), + &st)) + #else +- && (NULL != SLsearch_forward (st, (SLuchar_Type *) l->subject, +- (SLuchar_Type *) l->subject + strlen (l->subject))) ++ && (NULL != SLsearch_forward (st, (SLuchar_Type *) l->from, ++ (SLuchar_Type *) l->from + strlen (l->from))) + #endif + ) + break; ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
