Changeset 9107
- Timestamp:
- Sep 12, 2009, 7:26:13 AM (13 years ago)
- Location:
- trunk/gtk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gtk/torrent-cell-renderer.c
r8914 r9107 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 { -
trunk/gtk/tr-window.c
r9099 r9107 586 586 else 587 587 { 588 char buf[ 128];588 char buf[512]; 589 589 char timebuf[64]; 590 590 const int seconds = maxTime - now; … … 1083 1083 if( p && p->core ) 1084 1084 { 1085 char buf[ 128];1085 char buf[512]; 1086 1086 const int torrentCount = gtk_tree_model_iter_n_children( 1087 1087 tr_core_model( p->core ), NULL ); … … 1109 1109 { 1110 1110 const char * pch; 1111 char up[32], down[32], ratio[32], buf[ 128];1111 char up[32], down[32], ratio[32], buf[512]; 1112 1112 struct tr_session_stats stats; 1113 1113 tr_session * session = tr_core_session( p->core );
Note: See TracChangeset
for help on using the changeset viewer.