Fix a case conversion bug
authorMatthias Clasen <mclasen@redhat.com>
Mon, 21 Nov 2011 05:27:25 +0000 (00:27 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 21 Nov 2011 05:28:41 +0000 (00:28 -0500)
commit0fd14b1a56085d59fcb2619dd5071d854997e4d7
tree52e603bdfdfd3236ccb7d0ba93ff488017ad342e
parent5197870665c0b90f3d3e475f1cd8c64f7cfb7bd2
Fix a case conversion bug

For titlecase chars without uppercase variant, we were returning
0, contrary to the docs.
glib/guniprop.c