changeset 329:41c650d468c3

(Might as well keep stub behaviour consistent.)
author Ryan C. Gordon <icculus@icculus.org>
date Mon, 20 May 2002 06:58:58 +0000
parents a7c1dbcf5e00
children a81976ed5df7
files decoders/quicktime.c
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/decoders/quicktime.c	Mon May 20 06:55:23 2002 +0000
+++ b/decoders/quicktime.c	Mon May 20 06:58:58 2002 +0000
@@ -582,8 +582,7 @@
 
 static int QT_seek(Sound_Sample *sample, Uint32 ms)
 {
-    /* !!! FIXME: Implement this! */
-    return(0);
+    BAIL_MACRO("!!! FIXME: Not implemented", 0);
 } /* QT_seek */