Changeset: f328f54d3b6a for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=f328f54d3b6a
Modified Files:
clients/mapiclient/tomograph.c
Branch: default
Log Message:
Select proper label in legenda
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
@@ -796,7 +796,7 @@ static void updmap(int idx)
} else fcn = "*";
for ( i =0; colors[i].col; i++)
if ( mod && strcmp(mod,colors[i].mod)== 0) {
- if (strcmp(fcn,colors[i].fcn) == 0 || colors[i].fcn[0] == '*'){
+ if (strcmp(fcn,colors[i].fcn) == 0 ){
fnd = i;
break;
}
_______________________________________________
checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list