Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • lib/misc.c

    rc6ca3ee r6a78c0e  
    3434#include "nogaim.h"
    3535#include "base64.h"
    36 #include "md5.h"
    3736#include <stdio.h>
    3837#include <stdlib.h>
     
    522521
    523522/* Word wrapping. Yes, I know this isn't UTF-8 clean. I'm willing to take the risk. */
    524 char *word_wrap( const char *msg, int line_len )
     523char *word_wrap( char *msg, int line_len )
    525524{
    526525        GString *ret = g_string_sized_new( strlen( msg ) + 16 );
Note: See TracChangeset for help on using the changeset viewer.