Fixed spelling error in marco's
This commit is contained in:
parent
832da931e3
commit
8acef44a3e
@ -4,8 +4,8 @@ $Id$
|
|||||||
v0.61.3 25-Jul-2004
|
v0.61.3 25-Jul-2004
|
||||||
|
|
||||||
upgrade:
|
upgrade:
|
||||||
To resinstall the corrected dutch macro templates go into the
|
To reinstall the corrected macro templates go into the examples
|
||||||
examples directory and type "make dutch-macros".
|
directory and type "make macros".
|
||||||
In mbsetup menu 1.7 check the new items 15, 16 and 17.
|
In mbsetup menu 1.7 check the new items 15, 16 and 17.
|
||||||
|
|
||||||
libmbse.a:
|
libmbse.a:
|
||||||
@ -50,6 +50,8 @@ v0.61.3 25-Jul-2004
|
|||||||
|
|
||||||
examples:
|
examples:
|
||||||
Fixed 2 spelling errors in the dutch macro templates.
|
Fixed 2 spelling errors in the dutch macro templates.
|
||||||
|
Fixed another spelling error in the filemgr.help template of
|
||||||
|
all languages.
|
||||||
|
|
||||||
lang:
|
lang:
|
||||||
Added language prompts 26 and 27.
|
Added language prompts 26 and 27.
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -861,7 +861,8 @@ node *getnlent(faddr *addr)
|
|||||||
if (strncmp(p, (*tmps)->flag, 3) == 0) {
|
if (strncmp(p, (*tmps)->flag, 3) == 0) {
|
||||||
if (atoi(r)) {
|
if (atoi(r)) {
|
||||||
(*tmps)->tmpport = 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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user