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
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);