Changeset: f3ab0f9bf21a for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=f3ab0f9bf21a
Modified Files:
        monetdb5/modules/mal/mosaic_frame.c
Branch: mosaic
Log Message:

Fix typing


diffs (23 lines):

diff --git a/monetdb5/modules/mal/mosaic_frame.c 
b/monetdb5/modules/mal/mosaic_frame.c
--- a/monetdb5/modules/mal/mosaic_frame.c
+++ b/monetdb5/modules/mal/mosaic_frame.c
@@ -956,7 +956,8 @@ MOSleftfetchjoin_frame(Client cntxt,  MO
 {
        BUN i,first,last;
        MosaicHdr hdr = task->hdr;
-       bte j,m1,m2;
+       unsigned short j;
+       bte m1,m2;
        int cid, lshift, rshift;
        unsigned long *base;
        (void) cntxt;
@@ -1017,7 +1018,8 @@ MOSjoin_frame(Client cntxt,  MOStask tas
        BUN i,n,limit;
        oid o, oo;
        MosaicHdr hdr = task->hdr;
-       bte j,m1,m2;
+       unsigned short j;
+       bte m1,m2;
        int cid, lshift, rshift;
        unsigned long *base;
        (void) cntxt;
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to