[geany/geany-plugins] faf34a: GeanyVC:(Fossil) When edited file is not in the repo, simply return; no assert needed

nomadbyte git-noreply at xxxxx
Fri Aug 21 20:14:39 UTC 2020


Branch:      refs/heads/master
Author:      nomadbyte <nomadbyte at users.noreply.github.com>
Committer:   nomadbyte <nomadbyte at users.noreply.github.com>
Date:        Fri, 21 Aug 2020 20:14:39 UTC
Commit:      faf34a9c58a02d845ba5e1850b38c80a828116dc
             https://github.com/geany/geany-plugins/commit/faf34a9c58a02d845ba5e1850b38c80a828116dc

Log Message:
-----------
GeanyVC:(Fossil) When edited file is not in the repo, simply return; no assert needed


Modified Paths:
--------------
    geanyvc/src/vc_fossil.c

Modified: geanyvc/src/vc_fossil.c
1 lines changed, 0 insertions(+), 1 deletions(-)
===================================================================
@@ -57,7 +57,6 @@ parse_fossil_info(const gchar * txt, const gchar * fld)
 	gint len;
 
 	start = strstr(txt, fld);
-	g_return_val_if_fail(start, NULL);
 	if (!start) return NULL;
 
 	start += strlen(fld);



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Plugins-Commits mailing list