add -
This commit is contained in:
parent
b1307713a2
commit
38c087aa6d
1 changed files with 1 additions and 0 deletions
|
|
@ -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");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue