mirror of
https://git.proxmox.com/git/libgit2
synced 2025-12-07 16:12:51 +00:00
write_section() mistakenly treated is input as the whole variable name instead of simply the section (and possibly subsection) and would confuse "section.subsection" as a section plus variable name and produce a wrong section header. Fix this and include a test for writing "section.subsection.var" and reading it from the file. |
||
|---|---|---|
| .. | ||
| add.c | ||
| multivar.c | ||
| new.c | ||
| read.c | ||
| stress.c | ||
| write.c | ||