Changeset: 65f54646ab0a for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=65f54646ab0a
Modified Files:
clients/mapiclient/tomograph.c
Branch: default
Log Message:
Count sequence correctly
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
@@ -875,7 +875,7 @@ static void createTomogram(void)
long totalticks;
static int figures=0;
- if ( batch-- >= 1 )
+ if ( batch-- > 1 )
return;
snprintf(buf,BUFSIZ,"%s.gpl", filename);
gnudata= fopen(buf,"w");
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list