mirror of
https://github.com/claunia/plist-cil.git
synced 2026-02-04 05:34:41 +00:00
[PR #2] Minor enhancements to plist-cil #38
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/claunia/plist-cil/pull/2
State: closed
Merged: Yes
Hi,
I used plist-cil and encoutered some minor issues; so here is a pull request which should address them:
BinaryPropertyListWriterbecause there was a check for a 0-integer value. I changed it to check for negative values; the code now passes.