diff options
-rw-r--r-- | src/cg-negative.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cg-negative.c b/src/cg-negative.c index b0c19ed..7b7e976 100644 --- a/src/cg-negative.c +++ b/src/cg-negative.c @@ -30,7 +30,7 @@ /** * The default filter priority for the program */ -const int64_t default_priority = ((int64_t)1) << 63; +const int64_t default_priority = ((int64_t)1) << 62; /** * The default class for the program |