]> code.citadel.org Git - citadel.git/blobdiff - webcit/webcit.h
* Fixed a problem that made WebCit go to the "no cookies" screen instead
[citadel.git] / webcit / webcit.h
index b9d261bd093a0cbe61792631d3493aaaadc66ef1..0cb600824ae28e2229e305e1c2a2617a0f2f1acf 100644 (file)
@@ -114,7 +114,7 @@ struct serv_info {
  */
 struct march {
        struct march *next;
-       char march_name[32];
+       char march_name[128];
        int march_floor;
        int march_order;
 };
@@ -126,7 +126,7 @@ struct march {
 struct roomlisting {
        struct roomlisting *lnext;
        struct roomlisting *rnext;
-       char rlname[64];
+       char rlname[128];
        unsigned rlflags;
        int rlfloor;
        int rlorder;