Branch: refs/heads/master Author: nomadbyte nomadbyte@users.noreply.github.com Committer: nomadbyte nomadbyte@users.noreply.github.com Date: Fri, 21 Aug 2020 20:14:39 UTC Commit: faf34a9c58a02d845ba5e1850b38c80a828116dc https://github.com/geany/geany-plugins/commit/faf34a9c58a02d845ba5e1850b38c8...
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).