Menu

#202 lack of ICON_V doesn't compile

v1.0 (example)
closed-fixed
None
5
2014-03-07
2013-06-10
richud
No

in tagfiles-misc.c , ICONV_CONST is undefined if not using ICON_V (above the #ifdef oddly?) and this line causes an error.

 ICONV_CONST char *inbuf,  size_t inbytesleft,

it was previously ok and working in older versions as this; (removing it fixes this version)

 char *inbuf,  size_t inbytesleft,

Discussion

  • richud

    richud - 2014-03-07

    Hi,
    This still is a bug in 1.1.2

     
  • Justin Maggard

    Justin Maggard - 2014-03-07
    • status: open --> closed-fixed
    • assigned_to: Justin Maggard
     
  • Justin Maggard

    Justin Maggard - 2014-03-07

    I just checked in a fix for next release (10471aa).

     
  • richud

    richud - 2014-03-07

    cheers :)

     

Log in to post a comment.