small bug in filter-private.h
- From: Emmanuel <e allaud wanadoo fr>
 
- To: balsa-list gnome org
 
- Subject: small bug in filter-private.h
 
- Date: Tue, 26 Jun 2001 11:03:37 +0200
 
	Hi all,
just a type in filter-private.h,patch attached.
Oh now all my patch are against 1.1.6 (finally I manage to upload it :)
Bye
Manu
--- filter-private.h	Fri Oct  6 17:50:50 2000
+++ filter-private.h.corr	Mon Jun 25 15:51:33 2001
@@ -65,9 +65,9 @@
 #define FILTER_MATCH_SUBJECT 1<<5	/* match in the Subject field */
 
 /* FILTER_SIMPLE macros */
-#define FILTER_SETMATCH(x, y) ((((filter*)(x))->matchfields) |= (y))
-#define FILTER_CLRMATCH(x, y) ((((filter*)(x))->matchfields) &= ~(y))
-#define FILTER_CHKMATCH(x, y) ((((filter*)(x))->matchfields) & (y))
+#define FILTER_SETMATCH(x, y) ((((filter*)(x))->match_fields) |= (y))
+#define FILTER_CLRMATCH(x, y) ((((filter*)(x))->match_fields) &= ~(y))
+#define FILTER_CHKMATCH(x, y) ((((filter*)(x))->match_fields) & (y))
 
 /* regex struct */
 typedef struct _filter_regex {
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]