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:
Vreixo Formoso
2007-12-15 16:48:50 +01:00
parent 7b241176fb
commit aa312cf7d7
3 changed files with 7 additions and 7 deletions

View File

@ -14,8 +14,6 @@
#include <stdint.h>
typedef struct Iso_File_Src IsoFileSrc;
struct Iso_File_Src {
/* key */