mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
useless warning
This commit is contained in:
parent
1b827fbc0c
commit
82f56ecee2
1 changed files with 0 additions and 2 deletions
|
@ -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, "/", "_");
|
||||
|
|
Loading…
Reference in a new issue