Showing 1 changed files with 2 additions and 2 deletions
+2 -2
analyse-votes-AN
... ...
@@ -112,9 +112,9 @@ function update_database () {
112 112
                 /^Non-votants?:/                  {
113 113
                                                     position = gensub("s?:", "", "1", $1)
114 114
                                                     nvl = ""
115
-                                                    while ($1 != "Groupe") {
115
+                                                    while ($1 != "Groupe" || $0 != "Contenus annexes") {
116 116
                                                         getline
117
-                                                        if ($1 == "Groupe")
117
+                                                        if ($1 == "Groupe" || $0 == "Contenus annexes")
118 118
                                                             break
119 119
                                                         nvl = nvl $0
120 120
                                                     }