[Libreoffice-commits] core.git: solenv/gbuild

Tor Lillqvist tml at collabora.com
Fri Mar 10 15:13:06 UTC 2017


 solenv/gbuild/platform/filter-showIncludes.awk |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 43af3605d7e3b372dcc61f9cbc2cabff09396ed5
Author: Tor Lillqvist <tml at collabora.com>
Date:   Fri Mar 10 17:12:01 2017 +0200

    Fix comment to match reality
    
    Change-Id: I13eb327673af451cc81d4134ec8fedb33702c0ac

diff --git a/solenv/gbuild/platform/filter-showIncludes.awk b/solenv/gbuild/platform/filter-showIncludes.awk
index 6ec13e2..a05af58 100755
--- a/solenv/gbuild/platform/filter-showIncludes.awk
+++ b/solenv/gbuild/platform/filter-showIncludes.awk
@@ -54,9 +54,9 @@ BEGIN {
             }
         }
     } else {
-        # because MSVC stupidly prints the include files on stderr, it's
+        # because MSVC stupidly prints errors on stdout, it's
         # necessary to forward everything that isn't matched by the pattern
-        # so users get to see compiler errors
+        # so users get to see them.
         if (firstline) { # ignore the line that just prints name of sourcefile
             firstline = 0
         } else {


More information about the Libreoffice-commits mailing list