Changeset: 5d857c06b499 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=5d857c06b499
Modified Files:
clients/mapiclient/tachograph.c
Branch: default
Log Message:
Don't mix ints, lngs, and dbls randomly.
diffs (21 lines):
diff --git a/clients/mapiclient/tachograph.c b/clients/mapiclient/tachograph.c
--- a/clients/mapiclient/tachograph.c
+++ b/clients/mapiclient/tachograph.c
@@ -140,7 +140,7 @@ lng finishtime = 0;
lng duration =0;
int malsize = 0;
char *prevquery= 0;
-lng prevprogress =0;
+int prevprogress =0;
static FILE *tachofd;
@@ -345,7 +345,7 @@ progressBarInit(void)
static void
update(EventRecord *ev)
{
- double progress=0;
+ int progress=0;
int i,j;
char *v, *qry, *q = 0, *c;
int uid = 0,qid = 0;
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list