Changeset: a265f5e1342a for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=a265f5e1342a
Modified Files:
        clients/mapiclient/tomograph.c
Branch: default
Log Message:

Correct typo for compiler


diffs (12 lines):

diff --git a/clients/mapiclient/tomograph.c b/clients/mapiclient/tomograph.c
--- a/clients/mapiclient/tomograph.c
+++ b/clients/mapiclient/tomograph.c
@@ -330,7 +330,7 @@ static void resetTomograph(void){
        if (debug)
                fprintf(stderr, "RESET tomograph %d\n", atlaspage);
        for(i=0; i< MAXTHREADS; i++)
-               lastclk[MAXTHREADS]=0;
+               lastclk[i]=0;
        topbox =0;
        for (i = 0; i < MAXTHREADS; i++)
                threads[i] = topbox++;
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to