On 11 April 2015 at 06:44, Michael Lawrence wrote: | Thanks Dirk. The patch did not come through but I think I pushed a fix into git | anyway, 2.1.4 branch.
Maybe I shouldn't email before noon :-/ Sorry about that. As a reminder, for any Debian bug report with a number like the '781724' you can go to a URL such as http://bugs.debian.org/781724 to get the report. Your patch https://github.com/ggobi/ggobi/commit/eff78bdc9a12895fd00a2910df00cece8fd366c1 seems fine. We do this with patch files to leave your .tar.gz "pristine"; mine based on Michael's work is below. It just adds an near-empty function body beyond what you have. Both should be equivalent. Thanks again for the quick reply and integration upstream. Dirk Description: Match function declaration and defintion See #781724 for details Author: Dirk Eddelbuettel <e...@debian.org> Bug-Debian: https://bugs.debian.org/781724 --- ggobi-2.1.11.orig/src/barchart.c +++ ggobi-2.1.11/src/barchart.c @@ -1639,6 +1639,10 @@ barchart_cpanel_init (cpaneld * cpanel, } void -barchartRulerRangesSet ( ) { +barchartRulerRangesSet (gboolean a, displayd * b, splotd * c, ggobid * d) { // Do nothing! + (void)a; + (void)b; + (void)c; + (void)d; } -- http://dirk.eddelbuettel.com | @eddelbuettel | e...@debian.org -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org