From 7e40100fb3071f2be6e8e00643b73f352452dcd8 Mon Sep 17 00:00:00 2001 From: Martin Mathieson Date: Thu, 8 May 2008 09:37:11 +0000 Subject: From Anders: Checkapi enabled for wiretap and more functions converted. svn path=/trunk/; revision=25257 --- wiretap/iseries.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wiretap/iseries.c') diff --git a/wiretap/iseries.c b/wiretap/iseries.c index 8c7b970b64..50dc412c8a 100644 --- a/wiretap/iseries.c +++ b/wiretap/iseries.c @@ -275,7 +275,7 @@ iseries_check_file_type (wtap * wth, int *err, int format) { iseries_UNICODE_to_ASCII ((guint8 *)buf, ISERIES_LINE_LENGTH); } - g_strup(buf); + g_ascii_strup(buf,ISERIES_LINE_LENGTH); num_items_scanned = sscanf (buf, " OBJECT PROTOCOL . . . . . . : %8s", protocol); -- cgit v1.2.1