Index: squid/src/ftp.c diff -c squid/src/ftp.c:1.316.2.35 squid/src/ftp.c:1.316.2.36 *** squid/src/ftp.c:1.316.2.35 Sat Feb 25 16:21:38 2006 --- squid/src/ftp.c Sat Feb 25 16:34:13 2006 *************** *** 556,562 **** t += strlen(tbuf) + 1; } p->name = xstrdup(t); ! if ((t = strstr(p->name, " -> "))) { *t = '0円'; p->link = xstrdup(t + 4); } --- 556,562 ---- t += strlen(tbuf) + 1; } p->name = xstrdup(t); ! if (p->type == 'l' && (t = strstr(p->name, " -> "))) { *t = '0円'; p->link = xstrdup(t + 4); }