Changeset 371


Ignore:
Timestamp:
Apr 8, 2010, 8:32:32 PM (15 years ago)
Author:
dmik
Message:

Poppler: Fixed a typo that broke the index display (empty strings instead of node names).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/Lucide/plugins/lupoppler/lupoppler.cpp

    r367 r371  
    972972static char *newstrFromUTF8( const char *s, void *objUtf8, void *objSys )
    973973{
    974     return uniConvertString( s, strlen( s ), &objUtf8, &objSys, NULL );
     974    return uniConvertString( s, strlen( s ), objUtf8, objSys, NULL );
    975975}
    976976
Note: See TracChangeset for help on using the changeset viewer.