]> Pileus Git - ~andy/gtk/commit
Fix casts in calls to g_utf8_validate()
authorMichael Natterer <mitch@gimp.org>
Thu, 27 Aug 2009 19:10:25 +0000 (21:10 +0200)
committerMichael Natterer <mitch@gimp.org>
Thu, 27 Aug 2009 19:14:21 +0000 (21:14 +0200)
commit6a278af6d2aaa8466fbc1750fbcc6cd56e1f4cdd
tree6821395751b9604c816be5a6638141afa37762f8
parent3e5934e5c2caf053f7675a5ddc565e5b6d3d8693
Fix casts in calls to g_utf8_validate()

The "end" parameter is (const gchar **), not (const gchar *).
gtk/gtkmountoperation-x11.c