X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Froom_ops.c;h=57d42b5522fcf8006f65eb59428a0f9894e5b261;hb=96a2e4703f8c8046fc7a9f790140a5a7203cb317;hp=81b43db061dd2cb445c22ef5dc777113853d40d3;hpb=891240bd88dce145e36f14eaefd1a1450e370c16;p=citadel.git diff --git a/citadel/room_ops.c b/citadel/room_ops.c index 81b43db06..57d42b552 100644 --- a/citadel/room_ops.c +++ b/citadel/room_ops.c @@ -1078,7 +1078,7 @@ void cmd_rdir(void) } cprintf("%d %s|" #ifndef HAVE_DATA_DIR - CTDLDIR + "." #else DATA_DIR #endif @@ -1087,7 +1087,7 @@ void cmd_rdir(void) snprintf(buf, sizeof buf, "ls " #ifndef HAVE_DATA_DIR - CTDLDIR + "." #else DATA_DIR #endif @@ -1097,7 +1097,7 @@ void cmd_rdir(void) snprintf(buf, sizeof buf, #ifndef HAVE_DATA_DIR - CTDLDIR + "." #else DATA_DIR #endif @@ -1112,7 +1112,7 @@ void cmd_rdir(void) if (strcasecmp(flnm, "filedir")) { snprintf(buf, sizeof buf, #ifndef HAVE_DATA_DIR - CTDLDIR + "." #else DATA_DIR #endif @@ -1425,7 +1425,7 @@ void cmd_setr(char *args) if (CC->room.QRflags & QR_DIRECTORY) { snprintf(buf, sizeof buf, #ifndef HAVE_DATA_DIR - CTDLDIR + "." #else DATA_DIR #endif