OSDN Git Service

Fixed reacting to missing plugin
authorJean-Pierre André <jean-pierre.andre@wanadoo.fr>
Wed, 23 Jan 2019 16:33:15 +0000 (17:33 +0100)
committerJean-Pierre André <jean-pierre.andre@wanadoo.fr>
Wed, 23 Jan 2019 16:33:15 +0000 (17:33 +0100)
commitfacb69730396d5b033cd2289903a00d1b645b2fe
tree417e9190671e527ed086e5987fd5726a2cd67e41
parent96825f3c2bcd08dc37698809b6585077162d8dab
Fixed reacting to missing plugin

When a plugin is missing, dlopen() does not set errno, which leads
to erratic behavior. Set errno as ELIBACC when this occurs.
include/ntfs-3g/compat.h
src/lowntfs-3g.c
src/ntfs-3g_common.c