From c8486bca41a77e3b81803dfa4a43bbd293c39f7d Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Sat, 3 May 2003 16:57:04 +0000 Subject: [PATCH] * In the 'folders' and 'portal' views, change the folder delimiter from / to \ to avoid conflict with room names that have slashes --- webcit/ChangeLog | 5 +++++ webcit/roomops.c | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/webcit/ChangeLog b/webcit/ChangeLog index bd4be3310..212c6ef32 100644 --- a/webcit/ChangeLog +++ b/webcit/ChangeLog @@ -1,4 +1,8 @@ $Log$ +Revision 410.21 2003/05/03 16:57:04 ajc +* In the 'folders' and 'portal' views, change the folder delimiter + from / to \ to avoid conflict with room names that have slashes + Revision 410.20 2003/05/03 16:23:29 ajc * Enforce three columns in portal view of room list @@ -1364,3 +1368,4 @@ Sun Dec 6 19:50:55 EST 1998 Art Cancro 1998-12-03 Nathan Bryant * webserver.c: warning fix + diff --git a/webcit/roomops.c b/webcit/roomops.c index 4bec211be..ab710771c 100644 --- a/webcit/roomops.c +++ b/webcit/roomops.c @@ -1778,10 +1778,10 @@ void room_to_folder(char *folder, char *room, int floor, int is_mailbox) } /* - * Replace "/" characters with "|" for pseudo-folder-delimiting + * Replace "\" characters with "|" for pseudo-folder-delimiting */ for (i=0; i