Fixed a datatype to avoid a warning.
authorStig Bjørlykke <stig@bjorlykke.org>
Thu, 16 Oct 2008 13:36:37 +0000 (13:36 -0000)
committerStig Bjørlykke <stig@bjorlykke.org>
Thu, 16 Oct 2008 13:36:37 +0000 (13:36 -0000)
svn path=/trunk/; revision=26479

wiretap/iseries.c

index f9ba4b303a4e8024b3de01380b589a2d049bad3d..b5a202ab2b4c6ed2b64ee07ec498902450043ff4 100644 (file)
@@ -483,8 +483,8 @@ iseries_parse_packet (wtap * wth, FILE_T fh,
     tcpheader[81];
   char hex1[17], hex2[17], hex3[17], hex4[17];
   char data[ISERIES_LINE_LENGTH * 2];
-  guint8 *buf;
-  char   *asciibuf, *tcpdatabuf, *workbuf;
+  guint8 *buf, *asciibuf;
+  char   *tcpdatabuf, *workbuf;
   struct tm tm;
 
   /*