X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Frecur.c;h=641174d69d23ded46be218c8b1aa5b11645c061b;hp=71008fb9501a931e3211e7c290414d463e4b4469;hb=0bd1751372b7b4ab3d0913dab2980b5100087a85;hpb=d34270c536e3af009031c4fffd3d9a8c8440dbe8 diff --git a/src/recur.c b/src/recur.c index 71008fb9..641174d6 100644 --- a/src/recur.c +++ b/src/recur.c @@ -55,7 +55,7 @@ struct queue_element { const char *url; /* the URL to download */ const char *referer; /* the referring document */ int depth; /* the depth */ - unsigned int html_allowed :1; /* whether the document is allowed to + bool html_allowed; /* whether the document is allowed to be treated as HTML. */ struct queue_element *next; /* next element in queue */