Changeset 3346 for trunk/jons-gtk2-gui
- Timestamp:
- 03/11/03 10:15:14 (6 years ago)
- Files:
-
- 1 modified
-
trunk/jons-gtk2-gui/src/extras.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/jons-gtk2-gui/src/extras.cpp
r3324 r3346 226 226 227 227 /* Update the buffer for the e_tag_data */ 228 strcpy(etd->buf, "");229 228 strcpy(etd->buf, temp); 230 229 … … 261 260 void user_function(ICQEvent *event) 262 261 { 263 GSList *temp = catcher;262 GSList *temp = catcher; 264 263 struct e_tag_data *etd; 265 264 266 while (temp) {265 while (temp) { 267 266 etd = (struct e_tag_data *)temp->data; 268 267 … … 278 277 return; 279 278 } 280
