Changeset: 13953fb4b44c for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=13953fb4b44c Modified Files: monetdb5/modules/mosaic/mosaic_frame.c Branch: mosaic Log Message:
Typo. diffs (12 lines): diff --git a/monetdb5/modules/mosaic/mosaic_frame.c b/monetdb5/modules/mosaic/mosaic_frame.c --- a/monetdb5/modules/mosaic/mosaic_frame.c +++ b/monetdb5/modules/mosaic/mosaic_frame.c @@ -167,7 +167,7 @@ do {\ current_bits++;\ }\ if ( (current_bits >= (int) ((sizeof(TPE) * CHAR_BIT) / 2))\ - /*TODO: this extra condition should be removed once bitvector is extended to int63's*/\ + /*TODO: this extra condition should be removed once bitvector is extended to int64's*/\ || (current_bits > (int) sizeof(unsigned int) * CHAR_BIT) ) {\ /*If we can from here on not compress better then the half of the original data type, we give up. */\ break;\ _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list