Fix bug in IsoFileSrc implementation, related to a wrogn usage of tsearch.
It happens that tsearch seems to not return a pointer to the inserted element, but a pointer to a pointer to the inserted element (that makes sense, as we are inserted pointers...). This bug, thus, was related to a wrong understanding of the tsearch API!
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
#define LIBISO_ECMA119_H_
|
||||
|
||||
typedef struct ecma119_image Ecma119Image;
|
||||
typedef struct Iso_File_Src IsoFileSrc;
|
||||
|
||||
struct ecma119_image {
|
||||
|
||||
|
Reference in New Issue
Block a user