Changeset: 1b850619855a for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=1b850619855a
Modified Files:
sql/backends/monet5/bam/bam_wrapper.c
Branch: bamloader
Log Message:
init_bam_wrapper(): no need to use type unsigned int rather than int
(otherwise, also the respective format strings should be "%u" instead of "%d")
diffs (12 lines):
diff --git a/sql/backends/monet5/bam/bam_wrapper.c
b/sql/backends/monet5/bam/bam_wrapper.c
--- a/sql/backends/monet5/bam/bam_wrapper.c
+++ b/sql/backends/monet5/bam/bam_wrapper.c
@@ -78,7 +78,7 @@ str
init_bam_wrapper(bam_wrapper * bw, filetype type, str file_location,
lng file_id, sht dbschema)
{
- unsigned int i;
+ int i;
char flushdir[128];
/* Enables clear function to check variables */
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list