fixed bug in AList_To_GCValues.
This commit is contained in:
parent
3f576eac93
commit
443e7ebb9c
|
@ -2,7 +2,7 @@
|
|||
#include "scheme48.h"
|
||||
|
||||
unsigned long AList_To_GCValues(s48_value alist, XGCValues* GCV) {
|
||||
unsigned long mask;
|
||||
unsigned long mask = 0;
|
||||
s48_value l;
|
||||
char* cname;
|
||||
s48_value name, value;
|
||||
|
|
Loading…
Reference in New Issue