Ethereal-dev: [Ethereal-dev] RE Patch gtk/gsm_map_stat.c for MAP operations statistics

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

Date: Fri, 3 Mar 2006 09:36:25 +0100
      Hello,


Just a little correction.
In the last patch for gtk/gsm_map_stat.c applied, the variable "j" was
changed to "i" .

Is it possible to send K12 file (.rf5), for bug analyze, or do there is a
license problem ??

Thanks in advance
Regards
Florent

etherdev@simGi3:~/SVN/ethereal$ svn diff
Index: gtk/gsm_map_stat.c
===================================================================
--- gtk/gsm_map_stat.c  (revision 17454)
+++ gtk/gsm_map_stat.c  (working copy)
@@ -429,7 +429,7 @@
         /*
          * set the rest of the columns
          */
-        for (j = 2; j < GSM_MAP_INIT_TABLE_NUM_COLUMNS; i++)
+        for (j = 2; j < GSM_MAP_INIT_TABLE_NUM_COLUMNS; j++)
         {
             dlg.entries[j] = g_strdup("0");
         }
etherdev@simGi3:~/SVN/ethereal$