Put a FIXME in place.
This commit is contained in:
parent
7ab013b8b7
commit
94406b6c35
|
@ -45,6 +45,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
/* !!! FIXME: Using the same file handle for all reads is a RACE CONDITION! */
|
||||
|
||||
typedef struct
|
||||
{
|
||||
FILE *handle;
|
||||
|
|
Loading…
Reference in New Issue