Changeset: 0ad6ecc70fc7 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=0ad6ecc70fc7
Modified Files:
monetdb5/modules/kernel/bat5.c
Branch: default
Log Message:
Typo.
diffs (12 lines):
diff --git a/monetdb5/modules/kernel/bat5.c b/monetdb5/modules/kernel/bat5.c
--- a/monetdb5/modules/kernel/bat5.c
+++ b/monetdb5/modules/kernel/bat5.c
@@ -501,7 +501,7 @@ BKCgetRole(str *res, const bat *bid)
BAT *b;
if ((b = BATdescriptor(*bid)) == NULL) {
- throw(MAL, "bat.getType", RUNTIME_OBJECT_MISSING);
+ throw(MAL, "bat.getRole", RUNTIME_OBJECT_MISSING);
}
*res = GDKstrdup((*bid > 0) ? b->hident : b->tident);
BBPunfix(b->batCacheid);
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list