diff --git a/ChangeLog b/ChangeLog index 83e8d62f..1caedadd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. diff --git a/examples/templates-de.tar b/examples/templates-de.tar index 8478f037..34c15d8e 100644 Binary files a/examples/templates-de.tar and b/examples/templates-de.tar differ diff --git a/examples/templates-en.tar b/examples/templates-en.tar index 17c74dab..c3a4b5bc 100644 Binary files a/examples/templates-en.tar and b/examples/templates-en.tar differ diff --git a/examples/templates-es.tar b/examples/templates-es.tar index 571580b2..3b8cb989 100644 Binary files a/examples/templates-es.tar and b/examples/templates-es.tar differ diff --git a/examples/templates-nl.tar b/examples/templates-nl.tar index bf648e3b..c9916f2c 100644 Binary files a/examples/templates-nl.tar and b/examples/templates-nl.tar differ diff --git a/lib/nodelist.c b/lib/nodelist.c index 2aa2de80..f424cbf7 100644 --- a/lib/nodelist.c +++ b/lib/nodelist.c @@ -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); } } }