CVSROOT:        /sources/global
Module name:    global
Changes by:     Shigio YAMAGUCHI <shigio>       20/02/28 01:51:31

Modified files:
        libutil        : gpathop.c 

Log message:
        [Bug fixed]
        If there is no symbol in a project, global(1) failed with
        a worthless message.
        
        [How to reproduce]
        $ mkdir test
        $ cd test
        $ gtags
        $ global -x main
        global: nextkey not found in GPATH.
        
        [Fixed behavior]
        $ mkdir test
        $ cd test
        $ gtags
        $ global -x main
        $ _

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/global/libutil/gpathop.c?cvsroot=global&r1=1.49&r2=1.50

_______________________________________________
Global-commit mailing list
Global-commit@gnu.org
https://lists.gnu.org/mailman/listinfo/global-commit

Reply via email to