clasp126...@icebubble.org
unread,Feb 23, 2022, 2:25:51 PM2/23/22Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to infer...@googlegroups.com
There appears to be a minor bug at /libmemdraw/draw.c:29:
#define MUL2(u, v, x, y)
is missing a parameter named "t". Since MUL2 is never called from the
code, the compiler will never complain. But this is, technically, an
error in the macro implementation.