Changes in lib/misc.c [c6ca3ee:4cf80bb]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/misc.c
rc6ca3ee r4cf80bb 34 34 #include "nogaim.h" 35 35 #include "base64.h" 36 #include "md5.h"37 36 #include <stdio.h> 38 37 #include <stdlib.h> … … 47 46 #endif 48 47 48 #include "md5.h" 49 49 #include "ssl_client.h" 50 50 … … 522 522 523 523 /* Word wrapping. Yes, I know this isn't UTF-8 clean. I'm willing to take the risk. */ 524 char *word_wrap( c onst char *msg, int line_len )524 char *word_wrap( char *msg, int line_len ) 525 525 { 526 526 GString *ret = g_string_sized_new( strlen( msg ) + 16 );
Note: See TracChangeset
for help on using the changeset viewer.