[Libreoffice-commits] core.git: include/sal

Andrea Gelmini andrea.gelmini at gelma.net
Sun May 8 07:28:42 UTC 2016


 include/sal/types.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a5fee58c72c80f6592d9d11f7b5156da275fbc2c
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Sat May 7 17:07:30 2016 +0200

    Updated file path.
    
    Since commit 6c7659b584ea7ed3652ca4eb9a2297f36310c365
    the new path is include/sal/types.h
    
    Change-Id: I742ea2f6df06ff7345f3bbed0c90af13acafdbd7
    Reviewed-on: https://gerrit.libreoffice.org/24718
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: jan iversen <jani at documentfoundation.org>

diff --git a/include/sal/types.h b/include/sal/types.h
index 23a4b31..80df886 100644
--- a/include/sal/types.h
+++ b/include/sal/types.h
@@ -120,7 +120,7 @@ typedef unsigned char       sal_uInt8;
         #error "Could not find 64-bit type, add support for your architecture"
     #endif
 #else
-    #error "Please define the 64-bit types for your architecture/compiler in sal/inc/sal/types.h"
+    #error "Please define the 64-bit types for your architecture/compiler in include/sal/types.h"
 #endif
 
 /** A legacy synonym for `char`.


More information about the Libreoffice-commits mailing list