Changeset 9108
- Timestamp:
- Sep 12, 2009, 7:26:14 AM (13 years ago)
- Location:
- branches/1.7x/gtk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.7x/gtk/torrent-cell-renderer.c
r8914 r9108 190 190 case TR_STATUS_SEED: 191 191 { 192 char buf[ 128];192 char buf[512]; 193 193 if( torStat->activity != TR_STATUS_DOWNLOAD ) 194 194 { -
branches/1.7x/gtk/tr-window.c
r9006 r9108 333 333 char u[32]; 334 334 char d[32]; 335 char buf[ 128];335 char buf[512]; 336 336 const char * fmt; 337 337 const gboolean b = pref_flag_get( TR_PREFS_KEY_ALT_SPEED_ENABLED ); … … 584 584 else 585 585 { 586 char buf[ 128];586 char buf[512]; 587 587 char timebuf[64]; 588 588 const int seconds = maxTime - now; … … 1081 1081 if( p && p->core ) 1082 1082 { 1083 char buf[ 128];1083 char buf[512]; 1084 1084 const int torrentCount = gtk_tree_model_iter_n_children( 1085 1085 tr_core_model( p->core ), NULL ); … … 1107 1107 { 1108 1108 const char * pch; 1109 char up[32], down[32], ratio[32], buf[ 128];1109 char up[32], down[32], ratio[32], buf[512]; 1110 1110 struct tr_session_stats stats; 1111 1111 tr_session * session = tr_core_session( p->core );
Note: See TracChangeset
for help on using the changeset viewer.