From d1d5f7f311c094339d7014408dc8bd550662b398 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 8 Oct 2015 13:40:37 +0200 Subject: use g_open for DLL arch test --- libs/ardour/plugin_manager.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/ardour') diff --git a/libs/ardour/plugin_manager.cc b/libs/ardour/plugin_manager.cc index d98f5ccc45..cccc1635f1 100644 --- a/libs/ardour/plugin_manager.cc +++ b/libs/ardour/plugin_manager.cc @@ -798,7 +798,7 @@ static std::string dll_info (std::string path) { uint16_t type = 0; off_t pe_hdr_off = 0; - int fd = open(path.c_str(), O_RDONLY, 0444); + int fd = g_open(path.c_str(), O_RDONLY, 0444); if (fd < 0) { return _("- cannot open dll"); // TODO strerror() -- cgit v1.2.3