A buffer variable wasn't dereferenced in two similar comparisons in ResList
[AROS.git] / compiler / alib / lockbitmaptags.c
blob4a43acb56507ca7418f6095d89b4ecd6228d1238
1 /*
2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #define AROS_TAGRETURNTYPE APTR
7 #include "alib_intern.h"
9 extern struct Library * CyberGfxBase;
11 /*****************************************************************************
13 NAME */
14 #define NO_INLINE_STDARG /* turn off inline def */
15 #include <proto/cybergraphics.h>
17 APTR LockBitMapTags (
19 /* SYNOPSIS */
20 APTR handle,
21 Tag tag1,
22 ...)
24 /* FUNCTION
26 INPUTS
28 RESULT
30 NOTES
32 EXAMPLE
34 BUGS
36 SEE ALSO
37 cgfx.library/LockBitMapTagList()
39 INTERNALS
41 HISTORY
43 *****************************************************************************/
45 AROS_SLOWSTACKTAGS_PRE(tag1)
46 retval = LockBitMapTagList(handle, AROS_SLOWSTACKTAGS_ARG(tag1));
47 AROS_SLOWSTACKTAGS_POST
48 } /* LockBitMapTags */