[gimp] Remove another error message



commit e6d076682143a6f932ef34a751b6c03b33c159df
Author: Lukas Oberhuber <lukaso gmail com>
Date:   Sun Oct 10 23:16:08 2021 +0100

    Remove another error message

 libgimpbase/gimpreloc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/libgimpbase/gimpreloc.c b/libgimpbase/gimpreloc.c
index afa9e26bae..90c2b7b59a 100644
--- a/libgimpbase/gimpreloc.c
+++ b/libgimpbase/gimpreloc.c
@@ -37,7 +37,7 @@
 static char *
 _br_find_exe (GimpBinrelocInitError *error)
 {
-#if ! defined(ENABLE_RELOCATABLE_RESOURCES) || defined(G_OS_WIN32)
+#if ! defined(ENABLE_RELOCATABLE_RESOURCES) || defined(G_OS_WIN32) || defined(__APPLE__)
   if (error)
     *error = GIMP_RELOC_INIT_ERROR_DISABLED;
   return NULL;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]