mirror of
https://github.com/AxioDL/tinyxml2.git
synced 2025-07-03 03:35:54 +00:00
changes for martell to clean up fopen
This commit is contained in:
parent
79869e77f9
commit
6da5410110
@ -1607,13 +1607,8 @@ int XMLDocument::SaveFile( const char* filename, bool compact )
|
|||||||
#endif
|
#endif
|
||||||
SetError( XML_ERROR_FILE_COULD_NOT_BE_OPENED, filename, 0 );
|
SetError( XML_ERROR_FILE_COULD_NOT_BE_OPENED, filename, 0 );
|
||||||
return errorID;
|
return errorID;
|
||||||
<<<<<<< HEAD
|
|
||||||
}
|
}
|
||||||
SaveFile(fp, compact);
|
SaveFile(fp, compact);
|
||||||
=======
|
|
||||||
}
|
|
||||||
SaveFile(fp);
|
|
||||||
>>>>>>> martell/master
|
|
||||||
fclose( fp );
|
fclose( fp );
|
||||||
return errorID;
|
return errorID;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user