mirror of
https://github.com/QuasarApp/zip.git
synced 2025-05-03 15:49:33 +00:00
Update README.md
This commit is contained in:
parent
3ac5ec1048
commit
00eff1893f
@ -46,7 +46,7 @@ It was the reason, why I decided to write zip module on top of the miniz. It req
|
||||
|
||||
* Append to the existing zip archive.
|
||||
```c
|
||||
zip = zip_open("foo.zip", ZIP_DEFAULT_COMPRESSION_LEVEL, 'a');
|
||||
struct zip_t *zip = zip_open("foo.zip", ZIP_DEFAULT_COMPRESSION_LEVEL, 'a');
|
||||
{
|
||||
zip_entry_open(zip, "foo-3.txt");
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user