pdf-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [pdf-devel] Patch for FS#116


From: Jose E . Marchesi
Subject: Re: [pdf-devel] Patch for FS#116
Date: Sun, 18 Apr 2010 13:02:32 +0200 (CEST)

       /* 0x01000000 */
    -    if((filter & PDF_TEXT_FILTER_REMOVE_LINE_ENDINGS) && \
    -       (pdf_text_filter_remove_line_endings(text) != PDF_OK))
    +  if((filter & PDF_TEXT_FILTER_REMOVE_LINE_ENDINGS) && \
    +     (pdf_text_filter_remove_line_endings(text) != PDF_OK))

Please don't write those backslashes in the code.  They are useless.

    +  if (text->printable != NULL){
    +    if (text->modified == PDF_FALSE){
    +      return text->printable;
    +    }else{
    +      pdf_dealloc(text->printable);
    +    }
    +  }

http://www.gnu.org/prep/standards/standards.html#Formatting

--
Jose E. Marchesi  <address@hidden>
                  http://www.jemarch.net
GNU Project       http://www.gnu.org




reply via email to

[Prev in Thread] Current Thread [Next in Thread]