summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2004-12-13 18:52:28 +0000
committerNick Mathewson <nickm@torproject.org>2004-12-13 18:52:28 +0000
commitf6167de7e9131c901b5e99a5882d3e7de40eefa1 (patch)
treed00c45f804ed9aa09f34aa83f88e3fb7fda5c871
parent75cefd8989eb661b614447324a0e61a6c16d9c3a (diff)
downloadtor-f6167de7e9131c901b5e99a5882d3e7de40eefa1.tar.gz
tor-f6167de7e9131c901b5e99a5882d3e7de40eefa1.zip
Note windows __FILE__ nuisance in TODO.
svn:r3146
-rw-r--r--doc/TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/TODO b/doc/TODO
index e7d9eb5f1a..a3af7aa2b0 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -45,6 +45,9 @@ N - Make millisecond accuracy work on win32
it a chance to flush. right answer is to do the socks reply manually
in each appropriate case, and then about-to-close-connection can
simply warn us if we forgot one.
+ - Solve the MSVC nuisance where __FILE__ contains the full path.
+ People are getting confused about why their errors are coming from
+ C:\Documents and Settings\Nick Mathewson\My Documents\src\tor .
Tier two: