Changeset 4f50ea5
- Timestamp:
- 2011-03-29T20:57:54Z (14 years ago)
- Branches:
- master
- Children:
- 15bc063
- Parents:
- ce81acd
- Location:
- protocols/twitter
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/twitter/twitter.c
rce81acd r4f50ea5 508 508 id = tud->last_id; 509 509 else 510 { 510 511 id = g_ascii_strtoull( cmd[1], NULL, 10 ); 512 if( id < TWITTER_LOG_LENGTH ) 513 id = td->log[id].id; 514 } 511 515 512 516 td->last_status_id = 0; -
protocols/twitter/twitter.h
rce81acd r4f50ea5 73 73 { 74 74 guint64 id; 75 struct bee_user *bu; 75 struct bee_user *bu; /* DANGER: can be a dead pointer. Check it first. */ 76 76 }; 77 77
Note: See TracChangeset
for help on using the changeset viewer.