diff options
author | Mattias Andrée <maandree@kth.se> | 2016-08-05 01:51:57 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-08-05 01:51:57 +0200 |
commit | 93fff2cd6f49316820ec7a2348c7fed927f4a918 (patch) | |
tree | 19c4bf11f24e4d70b2cf961f7f2b137315ec33c3 /src | |
parent | Fix bugs (diff) | |
download | cg-tools-93fff2cd6f49316820ec7a2348c7fed927f4a918.tar.gz cg-tools-93fff2cd6f49316820ec7a2348c7fed927f4a918.tar.bz2 cg-tools-93fff2cd6f49316820ec7a2348c7fed927f4a918.tar.xz |
derp
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'src')
-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 |