[or-cvs] Resolve all DOCDOCs.
Nick Mathewson
nickm at seul.org
Fri Jul 16 22:23:20 UTC 2004
Update of /home/or/cvsroot/src/common
In directory moria.mit.edu:/tmp/cvs-serv4571/src/common
Modified Files:
util.c
Log Message:
Resolve all DOCDOCs.
Index: util.c
===================================================================
RCS file: /home/or/cvsroot/src/common/util.c,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -d -r1.112 -r1.113
--- util.c 15 Jul 2004 02:00:43 -0000 1.112
+++ util.c 16 Jul 2004 22:23:17 -0000 1.113
@@ -1458,6 +1458,7 @@
char *expand_filename(const char *filename)
{
tor_assert(filename);
+ /* XXXX Should eventually check for ~username/ */
if (!strncmp(filename,"~/",2)) {
const char *home = getenv("HOME");
char *result;
More information about the tor-commits
mailing list