summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gril/gril.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gril/gril.h b/gril/gril.h
index 4f2b06b4..06576783 100644
--- a/gril/gril.h
+++ b/gril/gril.h
@@ -44,7 +44,7 @@ typedef struct _GRil GRil;
*/
struct ril_msg {
gchar *buf;
- gsize buf_len;
+ unsigned int buf_len;
gboolean unsolicited;
int req;
int serial_no;