(wrong string) ée

From: <git_AT_suckless.org>
Date: Tue, 11 Jul 2017 21:41:11 +0200 (CEST)

commit e2f2b65b49d1a47b1a749c5de4b0efcfc7ebb5bc
Author: Mattias Andrée <maandree_AT_kth.se>
AuthorDate: Tue Jul 11 19:21:08 2017 +0200
Commit: Mattias Andrée <maandree_AT_kth.se>
CommitDate: Tue Jul 11 19:21:08 2017 +0200

    blind-spiral-gradient: fix -a
    
    Signed-off-by: Mattias Andrée <maandree_AT_kth.se>

diff --git a/src/blind-spiral-gradient.c b/src/blind-spiral-gradient.c
index 8bdda44..4cf5937 100644
--- a/src/blind-spiral-gradient.c
+++ b/src/blind-spiral-gradient.c
_AT_@ -71,7 +71,7 @@ static int with_vector;
                                         } else {\
                                                 v = atan2(y, x);\
                                                 if (anticlockwise)\
- v = 1 - v;\
+ v = -v;\
                                                 v -= u;\
                                                 v += 4 * (TYPE)M_PI;\
                                                 v = mod(v, 2 * (TYPE)M_PI);\
Received on Tue Jul 11 2017 - 21:41:11 CEST

This archive was generated by hypermail 2.3.0 : Tue Jul 11 2017 - 21:49:31 CEST