Small error in source and documentation of smtp.lsp

Q&A's, tips, howto's
Locked
seetho
Posts: 8
Joined: Sun Jan 04, 2009 3:12 pm
Location: Malaysia

Small error in source and documentation of smtp.lsp

Post by seetho »

Hi,

I was just poking around the modules documentation and noticed that there was a small error:

Code: Select all

(load "/usr/share/modules/newlisp/smtp.lsp")
I think it should read

Code: Select all

(load "/usr/share/newlisp/modules/smtp.lsp")
instead.

The error is also in the source file.

I'm new to newLISP and to this forum so I'm not sure if this is the right place to report such things.

seetho

cormullion
Posts: 2038
Joined: Tue Nov 29, 2005 8:28 pm
Location: latiitude 50N longitude 3W
Contact:

Post by cormullion »

Hi seetho! This is a good place...

I've noted this before - a year or so ago...

http://www.alh.net/newlisp/phpbb/viewtopic.php?t=1983

I think most of them were fixed but this looks like a straythat sneaked through...

Locked