Hylafax Developers Mailing List Archives
|
[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
[hylafax-devel] question about source code
hello,
may now somebody will answer my question about some "feature" in the hylafax
source:
this is about /faxd/faxQueueApp.c++ line 1134 (hylafax 4.0pl2)
in method
faxQueueApp::runConverter1(Job& job, int fd, fxStr& output)
there is a line 1134:
output.append("\n[Job time limit exceeded]\n");
why are there '\n's appended to the output?
Could they be removed?
On the client side this breaks the JobFmt-Line into 3 lines if it contains
the
"%s" tag.
a client may get confused by the behaviour.
Bernd