GNOME Bugzilla – Bug 653055
arg.c: Explicitly convert array(guint8) to byteArray
Last modified: 2011-06-21 14:37:27 UTC
This got lost in the array refactoring. One of the advantages of byteArray is that it's easy to convert to a string (though the override of toString() for this is dubious).
Created attachment 190317 [details] [review] arg.c: Explicitly convert array(guint8) to byteArray
Attachment 190317 [details] pushed as c128858 - arg.c: Explicitly convert array(guint8) to byteArray