]> sjero.net Git - wget/blobdiff - src/recur.c
quote*() functions don't like that much NULL arg
[wget] / src / recur.c
index 19ef8f1c42bc05645fd23d0a5fba0297cf74c070..baeaed5873d8f2a0ce57b3325e53845898c9f9b0 100644 (file)
@@ -117,7 +117,7 @@ url_enqueue (struct url_queue *queue, struct iri *i,
 
   if (i)
     DEBUGP (("[IRI Enqueuing %s with %s\n", quote (url),
-               quote (i->uri_encoding)));
+             i->uri_encoding ? quote (i->uri_encoding) : "None"));
 
   if (queue->tail)
     queue->tail->next = qel;