dtdocbook: resolve 49 compiler warnings.
This commit is contained in:
@@ -162,7 +162,7 @@ Browse()
|
||||
if (av[1] && isdigit(*av[1])) {
|
||||
n = atoi(av[1]);
|
||||
if (n < ce->ndcont) {
|
||||
printf(ce->dcont[n]);
|
||||
printf("%s", ce->dcont[n]);
|
||||
fputs("\n", stdout);
|
||||
}
|
||||
else if (ce->ndcont == 0)
|
||||
|
||||
Reference in New Issue
Block a user