summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-01-19 10:00:00 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-01-19 10:00:00 +0000
commita0420d24374a9f877548c1ee06f04fcaaf9af248 (patch)
tree64aaeb558427c80d05b3f6ec6036008b39ca6f6d
parentd7147f9ff48f48f229d0089558ec1fa196e1a10f (diff)
parenthising NULL
Original commit message from CVS: parenthising NULL
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 49ed9e5e..faaa84db 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
+ * ext/sidplay/gstsiddec.cc:
+ * gst/modplug/gstmodplug.cc:
+ parenthese NULL because C++ seems angry about it
+
+2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
+
* gst-libs/gst/gst-i18n-plugin.h:
add skeleton i18n stuff, but needs to be further implemented