Hylafax Developers Mailing List Archives
|
[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
[hylafax-devel] Re: BreakIntoCommentX on v4.0pl2 and CVS
At 09:50 AM 3/15/00 +1100, Paul Schaap wrote:
>Hi,
>
>While using both 4.0pl2 and a CVS I am having a problem with
>BreakIntoCommentX not printing comment lines greater than 9. The ps routine
>looks like so :-
oh, thats a bug, it will come through as ...Comment8, Comment9, Comment:,
Comment;, Comment<, Comment=,...
...its actually quite tricky to fix too.
>1) faxcover/faxcover.c++ a typo ?
> printf("%i comments BreakIntoCommentsX", maxcomments);
> to
> printf("%i comments BreakIntoCommentX\n", maxcomments);
this is fixed
>2) hfaxd/HylaFAXServer.c++ - it wasnt happy with the seqf files ???
> int fd = Sys::open(filename, O_CREAT|O_RDWR|O_ER?!?!?, 0600); # I
> forget :-)
> to
> int fd = Sys::open(filename, O_CREAT|O_RDWR, 0600);
>Yes I know I'm no c++ programmer.
there is a patch for that in the other mail i just sent.
- Robert
____________________ HylaFAX(tm) Developers Mailing List ____________________
To unsub: mail -s unsubscribe hylafax-devel-request@hylafax.org < /dev/null