| commit | b52bda0ac3e04595b1e7dcd3aa53917d33cb3f0e | [log] [tgz] |
|---|---|---|
| author | Thomas Klausner <tk@giga.or.at> | Thu Nov 28 18:01:40 2013 +0100 |
| committer | Thomas Klausner <tk@giga.or.at> | Thu Nov 28 18:01:40 2013 +0100 |
| tree | a93355c480d3f7a665f49781de9a0d10d5f33335 | |
| parent | bd260c9f43b76907974f36c9e907964e7e5f83f5 [diff] [blame] |
Consistently use TODO for to-dos.
diff --git a/lib/zip_file_get_offset.c b/lib/zip_file_get_offset.c index 65a011f..e8c199f 100644 --- a/lib/zip_file_get_offset.c +++ b/lib/zip_file_get_offset.c
@@ -63,7 +63,7 @@ return 0; } - /* XXX: cache? */ + /* TODO: cache? */ if ((size=_zip_dirent_size(za->zp, ZIP_EF_LOCAL, error)) < 0) return 0;