HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • Back to Ticket #570

Ticket #570: djvulibre-3.5.25.patch

File djvulibre-3.5.25.patch, 498 bytes (added by cipri, 3 years ago)
  • libdjvu/miniexp.cpp

    diff -Naur djvulibre-3.5.25/libdjvu/miniexp.cpp djvulibre-3.5.25-haiku/libdjvu/miniexp.cpp
    old new  
    10101010  if (io == &miniexp_io && !CompatCounter::count) 
    10111011    return (*minilisp_getc)(); /* compatibility hack */ 
    10121012  FILE *f = (io->data[0]) ? (FILE*)(io->data[0]) : stdin; 
    1013   return ::getc(f); 
     1013  return getc(f); 
    10141014} 
    10151015 
    10161016static int  

Download in other formats:

  • Original Format

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/