Comment out call to StrBufCutLeft, this was cutting the first character off the roomn...
authorMatt <matt@uncensored.citadel.org>
Sat, 25 Jul 2009 02:06:34 +0000 (02:06 +0000)
committerMatt <matt@uncensored.citadel.org>
Sat, 25 Jul 2009 02:06:34 +0000 (02:06 +0000)
webcit/groupdav_delete.c

index e18f1a86f348aa69da390fe7d39008c6b8cd7cce..f184cb408da00bd9668fe94c809436a4dff0bb5e 100644 (file)
@@ -31,7 +31,7 @@ void groupdav_delete(void)
        //if ((len > 0) && (ChrPtr(WCC->Hdr->HR.ReqLinee)[len-1] == '/')) {
        //      StrBufCutRight(WCC->Hdr->HR.ReqLine, 1);
        //}
-       StrBufCutLeft(WCC->Hdr->HR.ReqLine, 1);
+       //StrBufCutLeft(WCC->Hdr->HR.ReqLine, 1);
 
        /* Go to the correct room. */
        if (strcasecmp(ChrPtr(WC->wc_roomname), ChrPtr(WCC->Hdr->HR.ReqLine))) {