We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b7a488 commit 09c941fCopy full SHA for 09c941f
src/ds3.c
@@ -865,7 +865,7 @@ static ds3_object _parse_object(xmlDocPtr doc, xmlNodePtr contents_node) {
865
866
static ds3_str* _parse_common_prefixes(xmlDocPtr doc, xmlNodePtr contents_node) {
867
xmlNodePtr child_node;
868
- ds3_str* prefix = 0;
+ ds3_str* prefix = NULL;
869
870
for(child_node = contents_node->xmlChildrenNode; child_node != NULL; child_node = child_node->next) {
871
if(element_equal(child_node, "Prefix") == true) {
0 commit comments