This commit is contained in:
rsc 2005-01-30 16:49:46 +00:00
parent b1307713a2
commit 38c087aa6d

View file

@ -521,6 +521,7 @@ label(char *sr, int n)
p = wdir+strlen(wdir); p = wdir+strlen(wdir);
if(*(p-1) != '/') if(*(p-1) != '/')
*p++ = '/'; *p++ = '/';
*p++ = '-';
strcpy(p, name); strcpy(p, name);
} }
strcat(wdir, "\n0\n"); strcat(wdir, "\n0\n");