Changeset: 70dc25e0a7bf for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=70dc25e0a7bf
Modified Files:
monetdb5/mal/mal_linker.c
Branch: default
Log Message:
Compilation fix
diffs (19 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
@@ -110,15 +110,11 @@ getAddress(str fcnname)
adr = (MALfcn) dlsym(dl, fcnname);
filesLoaded[lastfile].modname = GDKstrdup("libmonetdb5");
if(filesLoaded[lastfile].modname == NULL) {
- if (!silent)
- showException(out, MAL,"MAL.getAddress", "could not
allocate space");
return NULL;
}
filesLoaded[lastfile].fullname = GDKstrdup("libmonetdb5");
if(filesLoaded[lastfile].fullname == NULL) {
GDKfree(filesLoaded[lastfile].modname);
- if (!silent)
- showException(out, MAL,"MAL.getAddress", "could not
allocate space");
return NULL;
}
filesLoaded[lastfile].handle = dl;
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list