Changeset: 466f03187122 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=466f03187122 Modified Files: clients/mapiclient/tachograph.c Branch: default Log Message:
Fix compilation error. diffs (12 lines): diff --git a/clients/mapiclient/tachograph.c b/clients/mapiclient/tachograph.c --- a/clients/mapiclient/tachograph.c +++ b/clients/mapiclient/tachograph.c @@ -502,7 +502,7 @@ main(int argc, char **argv) fprintf(stderr,"--%s\n",buf); doQ(buf); - snprintf(buf,BUFSIZ-1,"profiler.stethoscope(50);"); + snprintf(buf,BUFSIZ-1,"profiler.stethoscope(%d);",beat); if( debug) fprintf(stderr,"-- %s\n",buf); doQ(buf); _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list