Put a FIXME in place.

This commit is contained in:
Ryan C. Gordon 2001-10-09 15:15:40 +00:00
parent 7ab013b8b7
commit 94406b6c35
1 changed files with 2 additions and 0 deletions

View File

@ -45,6 +45,8 @@
#endif
#endif
/* !!! FIXME: Using the same file handle for all reads is a RACE CONDITION! */
typedef struct
{
FILE *handle;