Update of /cvsroot/monetdb/MonetDB5/src/mal
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv28711

Modified Files:
        mal_module.mx 
Log Message:
Avoid lengthly signature list when no pattern is given.


Index: mal_module.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/mal/mal_module.mx,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -d -r1.56 -r1.57
--- mal_module.mx       28 Aug 2007 11:47:24 -0000      1.56
+++ mal_module.mx       28 Aug 2007 20:20:24 -0000      1.57
@@ -832,9 +832,10 @@
                        fcnnme="*";
        }
 
-       if( fcnnme){
+       if( fcnnme && *fcnnme){
                len2 = strlen(fcnnme);
-       }
+       } else return msg;
+
        len1 = strlen(modnme);
 
        /* display module information if there is no function */


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to