~dnax88/upnp-router-control/devel

« back to all changes in this revision

Viewing changes to src/urc-graph.c

  • Committer: Daniele Napolitano
  • Date: 2012-01-26 17:08:16 UTC
  • Revision ID: dnax88@gmail.com-20120126170816-wn6r1yswt0c87emw
Fixed uninitialized variable in graph code (fixed wrong max scale)

Show diffs side-by-side

added added

removed removed

Lines of Context:
251
251
    gint i;
252
252
    GList *list;
253
253
    SpeedValue *speed_value;
254
 
    guint tmp_net_max;
 
254
    guint tmp_net_max = 0;
255
255
    
256
256
    gtk_widget_get_allocation (widget, &allocation);
257
257