Ticket #209: iconv.diff

File iconv.diff, 280 bytes (added by KO Myung-Hun, 15 years ago)

Patch for iconv() to return number of non-identical conversions

  • iconv.c

    diff -buNr iconv.c.org iconv.c
    old new  
    220220    }
    221221#endif
    222222  FS_RESTORE();
    223   return 0;
     223  return retval;
    224224
    225225error:
    226226  /* Convert OS/2 error code to errno.  */