Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/Roqc/dev/ci/nix/   (Beweissystem des Inria Version 9.1.0©)  Datei vom 15.8.2025 mit Größe 43 B 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.28 Sekunden  (vorverarbeitet)  ]