non-votant dans le dernier groupe listé amenait à une...
...boucle infinie
... | ... |
@@ -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 |
} |