Merge branch 'master' into dtdocbook

This commit is contained in:
Liang Chang
2022-01-30 08:04:32 +08:00
285 changed files with 778 additions and 838 deletions

View File

@@ -103,7 +103,7 @@ static char *br_help_msg[] = {
void
Browse(void)
{
char buf[256], *cmd, **av, **sv, *cmapfile, *sdatafile;
char buf[256], *cmd = NULL, **av, **sv, *cmapfile, *sdatafile;
char *Prompt;
Element_t *ce; /* current element */
Element_t *e;