[geany/geany-plugins] 4530d9: GeanyLaTeX: Remove unneeded debug output
Frank Lanitz
git-noreply at xxxxx
Tue Oct 14 14:49:48 UTC 2014
Branch: refs/heads/master
Author: Frank Lanitz <frank at frank.uvena.de>
Committer: Frank Lanitz <frank at frank.uvena.de>
Date: Tue, 14 Oct 2014 14:49:48 UTC
Commit: 4530d9ba0a53a0d21021dd7c2ab844a2df2b59d9
https://github.com/geany/geany-plugins/commit/4530d9ba0a53a0d21021dd7c2ab844a2df2b59d9
Log Message:
-----------
GeanyLaTeX: Remove unneeded debug output
Modified Paths:
--------------
geanylatex/src/bibtex.c
Modified: geanylatex/src/bibtex.c
4 lines changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -1,7 +1,7 @@
/*
* bibtex.c
*
- * Copyright 2008-2012 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
+ * Copyright 2008-2014 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -246,7 +246,7 @@ LaTeXLabel* glatex_parseLine_bib(const gchar *line)
x++;
}
tmp_string = x + 1;
- g_warning("%s", tmp_string);
+
while (*x != '\0' && *x != ',')
{
l++;
--------------
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