gnucash maint: Fix Travis failure.

John Ralls jralls at code.gnucash.org
Mon Apr 29 00:54:07 EDT 2019


Updated	 via  https://github.com/Gnucash/gnucash/commit/a7114971 (commit)
	from  https://github.com/Gnucash/gnucash/commit/e42c8113 (commit)



commit a711497130cfa212483bfae49b543d2d32be7f5c
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Apr 28 21:53:56 2019 -0700

    Fix Travis failure.
    
    Maybe. Can't reproduce it so trying something that looks reasonable.

diff --git a/gnucash/gnucash-bin.c b/gnucash/gnucash-bin.c
index 659f17381..ed1261e4c 100644
--- a/gnucash/gnucash-bin.c
+++ b/gnucash/gnucash-bin.c
@@ -824,7 +824,7 @@ set_win32_thread_locale()
 static void
 redirect_stdout (void)
 {
-#ifdef __MINGW32__ && __MSWIN_CONSOLE__
+#if defined __MINGW32__ && __MSWIN_CONSOLE__
     static const WORD MAX_CONSOLE_LINES = 500;
    int hConHandle;
     long lStdHandle;



Summary of changes:
 gnucash/gnucash-bin.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list