]> code.citadel.org Git - citadel.git/blobdiff - webcit/serv_func.c
* migrated SUBST stuff to hash
[citadel.git] / webcit / serv_func.c
index ac8a2e77043bbaae23721899de87e6af13a8fda5..fed2011020372d934d32963f258f2be2198c49b4 100644 (file)
@@ -6,7 +6,7 @@
 #include "webserver.h"
 
 struct serv_info serv_info; /**< our connection data to the server */
-
+HashList *ServHash = NULL;//// TODO;
 /*
  * get info about the server we've connected to
  *
@@ -136,7 +136,7 @@ void fmout(char *align)
                        strcpy(buf, &buf[2]);
                }
                /** Activate embedded URL's */
-               url(buf);
+               url(buf, sizeof(buf));
 
                escputs(buf);
                wprintf("\n");