X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fwebcit.c;fp=webcit%2Fwebcit.c;h=4e3b2f86a3975099dd38b923a91f484dd37859f4;hb=b98d9f087b3a24a9549470ab066c2aea187ecfba;hp=bca779a3ad331009fd6355ce5da49a13f3f83577;hpb=19fb2763b48d73c87bf6852d29e84353fd941842;p=citadel.git diff --git a/webcit/webcit.c b/webcit/webcit.c index bca779a3a..4e3b2f86a 100644 --- a/webcit/webcit.c +++ b/webcit/webcit.c @@ -504,7 +504,7 @@ void push_destination(void) { } FreeStrBuf(&WCC->PushedDestination); - WCC->PushedDestination = NewStrBufDup(SBSTR("url")); + WCC->PushedDestination = NewStrBufDup(sbstr("url")); if (verbose) syslog(LOG_DEBUG, "Push: %s", ChrPtr(WCC->PushedDestination)); wc_printf("OK");