changeset 5543:c75f75806af1

memcpy must return destination ptr patch by Adam <adam@cfar.umd.edu>
author michael
date Wed, 10 Apr 2002 05:23:13 +0000
parents 5cf3a60c2815
children 80c4e6e50f1e
files libvo/aclib.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/aclib.c	Tue Apr 09 23:55:47 2002 +0000
+++ b/libvo/aclib.c	Wed Apr 10 05:23:13 2002 +0000
@@ -144,6 +144,7 @@
 #endif
 
 #endif //!RUNTIME_CPUDETECT
+	return to;
 }
 
 inline void * mem2agpcpy(void * to, const void * from, size_t len)