Warning fix in the previous commit.

This commit is contained in:
Pavel Roskin 2002-07-19 15:11:20 +00:00
parent b68a8a5ca8
commit 87e4797648
1 changed files with 3 additions and 3 deletions

View File

@ -840,9 +840,6 @@ fish_fill_names (vfs *me, void (*func)(char *))
while (super){
switch (SUP.flags & (FISH_FLAG_RSH | FISH_FLAG_COMPRESSED)) {
case 0:
flags = "";
break;
case FISH_FLAG_RSH:
flags = ":r";
break;
@ -852,6 +849,9 @@ fish_fill_names (vfs *me, void (*func)(char *))
case FISH_FLAG_RSH | FISH_FLAG_COMPRESSED:
flags = "";
break;
default:
flags = "";
break;
}
name = g_strconcat ("/#sh:", SUP.user, "@", SUP.host, flags,