removed sda from stack.c
This commit is contained in:
parent
520cfa57d5
commit
8d667ec836
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2
consts.c
2
consts.c
@ -1,6 +1,6 @@
|
|||||||
#ifndef CONSTS
|
#ifndef CONSTS
|
||||||
#define CONSTS
|
#define CONSTS
|
||||||
#define VERSION 8
|
#define VERSION 7
|
||||||
|
|
||||||
#endif /* ifndef CONSTS
|
#endif /* ifndef CONSTS
|
||||||
#define CONSTS
|
#define CONSTS
|
||||||
|
|||||||
2
record.c
2
record.c
@ -32,7 +32,7 @@ void setField(ObjRef arr, int point, ObjRef value){
|
|||||||
if(0 > point || point > getSize(arr)){
|
if(0 > point || point > getSize(arr)){
|
||||||
printf("Index %i out of bounds for length %i\n",point, getSize(arr));
|
printf("Index %i out of bounds for length %i\n",point, getSize(arr));
|
||||||
}
|
}
|
||||||
GET_REFS_PTR(arr)[point] = malloc(20);
|
GET_REFS_PTR(arr)[point] = malloc(28);
|
||||||
* (ObjRef *)GET_REFS_PTR(arr)[point]->data = value;
|
* (ObjRef *)GET_REFS_PTR(arr)[point]->data = value;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user