Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/third_party/python/gyp/test/copies/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 1 kB image not shown  

Quelle  firebird-Engine12.patch   Sprache: unbekannt

 
--- src/common/utils.cpp 
+++ src/common/utils.cpp 
@@ -1026,6 +1026,13 @@
    PathUtils::concatPath(s, configDir[prefType], name);
    return s;
   }
+
+                // Set relative path to Engine12 dynamic library
+                if(prefType == Firebird::IConfigManager::DIR_PLUGINS)
+                {
+                    s = name;
+                    return s;
+                }
  }
 
  switch(prefType)

[ Dauer der Verarbeitung: 0.15 Sekunden  (vorverarbeitet)  ]