mirror of
https://github.com/akheron/jansson.git
synced 2025-04-06 14:05:03 +00:00
Merge branch '2.2'
This commit is contained in:
commit
bb24697d9b
1 changed files with 1 additions and 1 deletions
|
@ -427,7 +427,7 @@ int json_dump_file(const json_t *json, const char *path, size_t flags)
|
|||
{
|
||||
int result;
|
||||
|
||||
FILE *output = fopen(path, "wb");
|
||||
FILE *output = fopen(path, "w");
|
||||
if(!output)
|
||||
return -1;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue