Mercurial > audlegacy
comparison ChangeLog @ 2336:b332cdd2ea43 trunk
[svn] - warning fixes
author | nenolod |
---|---|
date | Mon, 15 Jan 2007 08:48:46 -0800 |
parents | e80c9dfc93aa |
children | 7d1dc0ca6df8 |
comparison
equal
deleted
inserted
replaced
2335:e80c9dfc93aa | 2336:b332cdd2ea43 |
---|---|
1 2007-01-15 16:44:39 +0000 William Pitcock <nenolod@sacredspiral.co.uk> | |
2 revision [3680] | |
3 - g_strsplit() wraps strsplit(3), and thus has different results on | |
4 different systems (strsplit nul-terminates on uclibc). process URIs | |
5 in a different way, as a result. | |
6 | |
7 trunk/src/audacious/vfs.c | 36 +++++++----------------------------- | |
8 1 file changed, 7 insertions(+), 29 deletions(-) | |
9 | |
10 | |
1 2007-01-15 16:08:40 +0000 William Pitcock <nenolod@sacredspiral.co.uk> | 11 2007-01-15 16:08:40 +0000 William Pitcock <nenolod@sacredspiral.co.uk> |
2 revision [3678] | 12 revision [3678] |
3 - only evaluate -DHAVE_CONFIG_H if we're in audacious core. closes #760. | 13 - only evaluate -DHAVE_CONFIG_H if we're in audacious core. closes #760. |
4 | 14 |
5 trunk/src/audacious/util.h | 4 +++- | 15 trunk/src/audacious/util.h | 4 +++- |