Changeset: 9380da5a8614 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=9380da5a8614
Modified Files:
clients/mapiclient/tachograph.c
Branch: default
Log Message:
Reorder label
diffs (31 lines):
diff --git a/clients/mapiclient/tachograph.c b/clients/mapiclient/tachograph.c
--- a/clients/mapiclient/tachograph.c
+++ b/clients/mapiclient/tachograph.c
@@ -417,23 +417,23 @@ showBar(int level, lng clk, char *stmt)
printf(" %3d%%",level);
if( level == 100 || duration == 0){
rendertime(clk,0);
- printf(" %s ",stamp);
+ printf(" %s ",stamp);
stamplen= strlen(stamp)+3;
} else
if( duration && duration- clk > 0){
rendertime(duration - clk,0);
- printf(" ETC%c%s ", (level == 100? '-':' '),stamp);
+ printf(" %c%s ETC ", (level == 100? '-':' '),stamp);
stamplen= strlen(stamp)+3;
} else
if( duration && duration- clk < 0){
rendertime(clk - duration ,0);
- printf(" ETC+%s ",stamp);
+ printf(" +%s ETC ",stamp);
stamplen= strlen(stamp)+3;
}
renderCall(line,MSGLEN,(stmt?stmt:""),0,1);
printf("%s",line);
fflush(stdout);
- txtlength = 9 + stamplen + strlen(line);
+ txtlength = 11 + stamplen + strlen(line);
prevlevel = level;
}
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list