diff ChangeLog @ 1540:237bb7c97759 trunk

[svn] - use posix_memalign() instead of memalign().
author nenolod
date Wed, 09 Aug 2006 02:11:01 -0700
parents 850f1eba9cbd
children 06329cbf186a
line wrap: on
line diff
--- a/ChangeLog	Wed Aug 09 02:04:02 2006 -0700
+++ b/ChangeLog	Wed Aug 09 02:11:01 2006 -0700
@@ -1,3 +1,13 @@
+2006-08-09 09:04:02 +0000  William Pitcock <nenolod@nenolod.net>
+  revision [1992]
+  - switch to stdlib/unistd.h for malloc (all C89/C99 systems have these). fixes bug #539.
+  
+
+  Changes:        Modified:
+  +2 -1           trunk/Plugins/Input/wma/libffwma/uri.c  
+  +1 -1           trunk/Plugins/Input/wma/wma.c  
+
+
 2006-08-09 06:43:33 +0000  William Pitcock <nenolod@nenolod.net>
   revision [1990]
   - fix geometry hinting so that it is ICCCM compliant. patch by whereami.