fix again
This commit is contained in:
parent
2b66e58623
commit
3087c4fe19
1 changed files with 1 additions and 1 deletions
|
|
@ -705,7 +705,7 @@ troffchar(char *s)
|
||||||
for(i=0; troffchars[i].name!=nil; i++)
|
for(i=0; troffchars[i].name!=nil; i++)
|
||||||
if(strcmp(s, troffchars[i].name) == 0)
|
if(strcmp(s, troffchars[i].name) == 0)
|
||||||
return troffchars[i].value;
|
return troffchars[i].value;
|
||||||
return s;
|
return strdup(s);
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue