Changeset: 7aec2167ef9b for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=7aec2167ef9b
Modified Files:
        monetdb5/mal/mal_linker.c
Branch: default
Log Message:

Use correct type.


diffs (12 lines):

diff --git a/monetdb5/mal/mal_linker.c b/monetdb5/mal/mal_linker.c
--- a/monetdb5/mal/mal_linker.c
+++ b/monetdb5/mal/mal_linker.c
@@ -37,7 +37,7 @@
 typedef struct{
        str modname;
        str fullname;
-       void **handle;
+       void *handle;
 } FileRecord;
 
 static FileRecord filesLoaded[MAXMODULES];
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to