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

Select proper label in legenda
(transplanted from f328f54d3b6a6a9a880e35a0a4a0f27715fa98ef)


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
@@ -818,7 +818,7 @@ static void updmap(int idx)
                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

Reply via email to