bump libcompose to v0.4.0

This commit is contained in:
Shubham Minglani
2017-01-13 01:58:19 +05:30
parent bf6085dd02
commit 5837d0ad6e
142 changed files with 4282 additions and 31290 deletions
+1 -1
View File
@@ -624,7 +624,7 @@ func (p *Properties) Delete(key string) {
newKeys := []string{}
for _, k := range p.k {
if k != key {
newKeys = append(newKeys, key)
newKeys = append(newKeys, k)
}
}
p.k = newKeys