Version 7.6.3.2-android, tag libreoffice-7.6.3.2-android
[LibreOffice.git] / external / redland / raptor / Wint-conversion.patch
blobfb85f4f1351847cdb05dd8262b4b80462f0a5fbe
1 --- src/raptor_parse.c
2 +++ src/raptor_parse.c
3 @@ -257,7 +257,7 @@
4 int
5 raptor_world_get_parsers_count(raptor_world* world)
7 - RAPTOR_ASSERT_OBJECT_POINTER_RETURN_VALUE(world, raptor_world, NULL);
8 + RAPTOR_ASSERT_OBJECT_POINTER_RETURN_VALUE(world, raptor_world, 0);
10 raptor_world_open(world);
12 --- src/raptor_serialize.c
13 +++ src/raptor_serialize.c
14 @@ -240,7 +240,7 @@
15 int
16 raptor_world_get_serializers_count(raptor_world* world)
18 - RAPTOR_ASSERT_OBJECT_POINTER_RETURN_VALUE(world, raptor_world, NULL);
19 + RAPTOR_ASSERT_OBJECT_POINTER_RETURN_VALUE(world, raptor_world, 0);
21 raptor_world_open(world);