plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit 82f56ecee2b2c1d03656a8c09a71ae5b9d205dd4
parent 1b827fbc0c19f544dad91ea65422796d2a31dca1
Author: rsc <devnull@localhost>
Date:   Sun, 21 May 2006 18:40:23 +0000

useless warning

Diffstat:
Msrc/cmd/upas/nfs/imap.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/cmd/upas/nfs/imap.c b/src/cmd/upas/nfs/imap.c @@ -1209,8 +1209,6 @@ xlist(Imap *z, Sx *sx) char *s, *t; Box *box; - if(sx->sx[3]->data && strcmp(sx->sx[3]->data, "/") != 0) - warn("box separator %q not / - need to implement translation", sx->sx[3]->data); s = estrdup(sx->sx[4]->data); if(sx->sx[3]->data && strcmp(sx->sx[3]->data, "/") != 0){ s = gsub(s, "/", "_");