Explorar el Código

changes for martell to clean up fopen

Lee Thomason (grinliz) hace 13 años
padre
commit
6da5410110
Se han modificado 1 ficheros con 0 adiciones y 5 borrados
  1. 0 5
      tinyxml2.cpp

+ 0 - 5
tinyxml2.cpp

@@ -1607,13 +1607,8 @@ int XMLDocument::SaveFile( const char* filename, bool compact )
 	#endif
 		SetError( XML_ERROR_FILE_COULD_NOT_BE_OPENED, filename, 0 );
 		return errorID;
-<<<<<<< HEAD
 	}
 	SaveFile(fp, compact);
-=======
-		}
-	SaveFile(fp);
->>>>>>> martell/master
 	fclose( fp );
 	return errorID;
 }