mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-06 21:33:08 +00:00
still one fopen to be replaced in lime unit test
This commit is contained in:
parent
78cc40e1c4
commit
40ae36e14a
1 changed files with 1 additions and 1 deletions
|
|
@ -840,7 +840,7 @@ static void lime_unit(void) {
|
|||
|
||||
xmlDocDumpFormatMemoryEnc(cacheBufferBob, &xmlStringOutput, &xmlStringLength, "UTF-8", 0);
|
||||
/* write it to the file */
|
||||
CACHE = fopen("ZIDCacheBob.xml", "wb+");
|
||||
CACHE = fopen_from_write_dir("ZIDCacheBob.xml", "wb+");
|
||||
fwrite(xmlStringOutput, 1, xmlStringLength, CACHE);
|
||||
xmlFree(xmlStringOutput);
|
||||
fclose(CACHE);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue