diff options
-rw-r--r-- | usr.bin/cvs/TODO | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/cvs/TODO b/usr.bin/cvs/TODO index 294525b0055..cc352718279 100644 --- a/usr.bin/cvs/TODO +++ b/usr.bin/cvs/TODO @@ -2,4 +2,5 @@ * cleanup the client/proto mess * find a way to make it easier to connect when acting as client * prevent reconnection when the cvsroot is the same as the previous one -* escape the data that we store in delta texts of RCS files (BAD BAD) +* make splitpath() require only one buffer that is MAXPATHLEN and the file + should be a char ** that points to the appropriate place in the dir buffer |