Add one.

--HG--
branch : HEAD
diff --git a/TODO b/TODO
index a24aae6..2ceb87d 100644
--- a/TODO
+++ b/TODO
@@ -6,8 +6,10 @@
   . read/set EAs
   . parse/create some EAs?
   . read/set ASCII file flag
-* do not compress if storing is smaller
-* zip_open: check whether file can be created and fail if not
+* [bug] do not compress if storing is smaller
+* [bug] zip_open: check whether file can be created and fail if not
+* [bug] check, if general flags bit 3 is set, and use central
+  header information about file sizes in that case
 ------------------------------------------------ API ideas
 struct zip *zip_open_encrypted(const char *path, int flags,
                                const char *password, int *errorp);