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
Robert,
> 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=,...
>
Aha, I can live with this for now :-) , where is the ordering coming from ? It is
not ascii !
>
> ...its actually quite tricky to fix too.
>
Bummer.
>
> >1) faxcover/faxcover.c++ a typo ?
> > printf("%i comments BreakIntoCommentsX", maxcomments);
> > to
> > printf("%i comments BreakIntoCommentX\n", maxcomments);
>
> this is fixed
>
I figured it would not go unnoticed for long ;-)
>
> >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.
>
Got it.
>
> - Robert
Thankyou for your response Robert !
Paul
____________________ HylaFAX(tm) Developers Mailing List ____________________
To unsub: mail -s unsubscribe hylafax-devel-request@hylafax.org < /dev/null