Changeset 552e641 for protocols/jabber
- Timestamp:
- 2007-04-06T05:34:23Z (18 years ago)
- Branches:
- master
- Children:
- cd4723c
- Parents:
- aef4828
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/jabber/io.c
raef4828 r552e641 467 467 else 468 468 { 469 s = g_strdup_printf( "Stream error: %s%s%s", type, text ? ": " : "", text ? text : "" ); 470 imc_error( ic, s ); 471 g_free( s ); 469 imc_error( ic, "Stream error: %s%s%s", type, text ? ": " : "", text ? text : "" ); 472 470 } 473 471
Note: See TracChangeset
for help on using the changeset viewer.