From 101489f38612741137811516589c6fe53af43c93 Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Wed, 17 Apr 2013 19:39:11 +0000 Subject: Use also const char to uat_save (identical to uat_load) svn path=/trunk/; revision=48902 --- epan/uat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/uat.c') diff --git a/epan/uat.c b/epan/uat.c index f1abbb6ccb..87c90b27f1 100644 --- a/epan/uat.c +++ b/epan/uat.c @@ -242,7 +242,7 @@ static void putfld(FILE* fp, void* rec, uat_field_t* f) { } } -gboolean uat_save(uat_t* uat, char** error) { +gboolean uat_save(uat_t* uat, const char** error) { guint i; gchar* fname = uat_get_actual_filename(uat,TRUE); FILE* fp; -- cgit v1.2.1