Changeset 9ed0081
- Timestamp:
- 2012-11-25T18:39:11Z (12 years ago)
- Branches:
- master
- Children:
- 3592b95
- Parents:
- 29f72b7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
nick.c
r29f72b7 r9ed0081 134 134 chop = fmt[1]; 135 135 if( chop == '\0' ) 136 { 137 g_string_free( ret, TRUE ); 136 138 return NULL; 139 } 137 140 fmt += 2; 138 141 } … … 187 190 else 188 191 { 192 g_string_free( ret, TRUE ); 189 193 return NULL; 190 194 } -
protocols/twitter/twitter_lib.c
r29f72b7 r9ed0081 271 271 txl->list = g_slist_prepend(txl->list, 272 272 g_strdup_printf("%lld", c->u.array.values[i]->u.integer)); 273 274 273 } 275 274
Note: See TracChangeset
for help on using the changeset viewer.