Changeset cd4723c for protocols/jabber


Ignore:
Timestamp:
2007-04-15T21:59:52Z (17 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
c2fb3809
Parents:
552e641
Message:

More format string problems.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/jabber/iq.c

    r552e641 rcd4723c  
    536536        /* *sigh* */
    537537       
    538         imc_log( ic, reply->str );
     538        imc_log( ic, "%s", reply->str );
    539539        g_string_free( reply, TRUE );
    540540       
Note: See TracChangeset for help on using the changeset viewer.