Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
New Ticket
Search
Context Navigation
Reverse Diff
Changes in
util.c
[e27661d:0a69d7b]
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
File:
1 edited
util.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
util.c
re27661d
r0a69d7b
39
39
#include <glib.h>
40
40
#include <time.h>
41
#ifdef GLIB2
42
#define iconv_t GIConv
43
#define iconv_open g_iconv_open
44
#define iconv_close g_iconv_close
45
#define iconv g_iconv
46
#else
41
47
#include <iconv.h>
48
#endif
42
49
43
50
void strip_linefeed(gchar *text)
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive