]> git.saurik.com Git - wxWidgets.git/commit
My iconv (GLIBC 2.2) uses char** as the second
authorRobert Roebling <robert@roebling.de>
Sun, 22 Apr 2001 14:06:55 +0000 (14:06 +0000)
committerRobert Roebling <robert@roebling.de>
Sun, 22 Apr 2001 14:06:55 +0000 (14:06 +0000)
commitf1339c5685837ceff94d2aee40a0c2849fbe0ca0
treec57304473fb73823a4ec245372b5f930721d49d6
parent3f2bcf34371665165e8232c7fdf3776cfff11892
  My iconv (GLIBC 2.2) uses char** as the second
    parameter. altough it is the in-buffer for the
    character conversion. I added some very ugly
    conversion to strconv to make it compile. While
    being at it, I also reformated the whole file,
    it looks less like Assembler or Perl now.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9840 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/strconv.cpp