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$
Powered by MHonArc 2.6.10