Fix a type mismatch in minibidi.c - r9409 changed the 'wc' fields in
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Mon, 5 Mar 2012 18:34:40 +0000 (18:34 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Mon, 5 Mar 2012 18:34:40 +0000 (18:34 +0000)
commit400d5717bbb11e662517647e79c6f1fc9c3540df
treedc240e36b5e79d9001cfbdb673c301f9a31aa5fc
parentcfcf7910d50e16d98657857c21ef5c823935b408
Fix a type mismatch in minibidi.c - r9409 changed the 'wc' fields in
bidi_char from wchar_t to unsigned int, but omitted to similarly
adjust the parameter to doMirror which is passed a pointer to that
field.

git-svn-id: svn://svn.tartarus.org/sgt/putty@9426 cda61777-01e9-0310-a592-d414129be87e
minibidi.c