Fixed spelling error in marco's

This commit is contained in:
Michiel Broek 2004-08-08 11:58:08 +00:00
parent 832da931e3
commit 8acef44a3e
6 changed files with 6 additions and 3 deletions

View File

@ -4,8 +4,8 @@ $Id$
v0.61.3 25-Jul-2004
upgrade:
To resinstall the corrected dutch macro templates go into the
examples directory and type "make dutch-macros".
To reinstall the corrected macro templates go into the examples
directory and type "make macros".
In mbsetup menu 1.7 check the new items 15, 16 and 17.
libmbse.a:
@ -50,6 +50,8 @@ v0.61.3 25-Jul-2004
examples:
Fixed 2 spelling errors in the dutch macro templates.
Fixed another spelling error in the filemgr.help template of
all languages.
lang:
Added language prompts 26 and 27.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -861,7 +861,8 @@ node *getnlent(faddr *addr)
if (strncmp(p, (*tmps)->flag, 3) == 0) {
if (atoi(r)) {
(*tmps)->tmpport = atoi(r);
Syslog('n', "getnlent: port override %s %s to %d", (*tmpm)->name, p, (*tmps)->tmpport);
Syslog('n', "getnlent: port override %s %d to %d",
(*tmpm)->name, (*tmps)->defport, (*tmps)->tmpport);
}
}
}