Changeset a6b2f13
- Timestamp:
- 2010-06-03T16:18:46Z (14 years ago)
- Branches:
- master
- Children:
- bb09b3c
- Parents:
- 814aa52
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/nogaim.c
r814aa52 ra6b2f13 787 787 { 788 788 char *new = g_strconcat( ts, msg, NULL ); 789 g_free( ts);790 ts =msg = new;789 g_free( msg ); 790 msg = new; 791 791 } 792 792
Note: See TracChangeset
for help on using the changeset viewer.