Fix benign but stupid variable typo.

This commit is contained in:
Jordan K. Hubbard 2000-02-26 12:35:00 +00:00
parent 0106f6ef58
commit fd06790a39
2 changed files with 2 additions and 2 deletions

View File

@ -86,7 +86,7 @@ docBrowser(dialogMenuItem *self)
int
docShowDocument(dialogMenuItem *self)
{
char *tmp[512], target[512];
char tmp[512], target[512];
char *where, *browser = variable_get(VAR_BROWSER_BINARY);
char *str = self->prompt;

View File

@ -86,7 +86,7 @@ docBrowser(dialogMenuItem *self)
int
docShowDocument(dialogMenuItem *self)
{
char *tmp[512], target[512];
char tmp[512], target[512];
char *where, *browser = variable_get(VAR_BROWSER_BINARY);
char *str = self->prompt;