]> sjero.net Git - wget/blobdiff - src/recur.c
[svn] recur.c: changed type of html_allowed member of struct queue_element to bool.
[wget] / src / recur.c
index 71008fb9501a931e3211e7c290414d463e4b4469..641174d69d23ded46be218c8b1aa5b11645c061b 100644 (file)
@@ -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 */