aboutsummaryrefslogtreecommitdiffhomepage
path: root/common.cpp
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2013-01-08 02:39:22 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2013-01-08 02:39:22 -0800
commit552d8f394e7aa11f44fff479a69e93b81a9b2376 (patch)
treecef188b7b140f28bc54b0fd9a3ee39f0cf1b6fd5 /common.cpp
parentf8e01628b2352d551d99e7e005653bc1ae20485b (diff)
Make fishd base its variable files on the MAC address instead of hostname
Diffstat (limited to 'common.cpp')
-rw-r--r--common.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/common.cpp b/common.cpp
index 352074e7..e3b65e36 100644
--- a/common.cpp
+++ b/common.cpp
@@ -163,9 +163,8 @@ int fgetws2(wcstring *s, FILE *f)
}
/**
- Converts the narrow character string \c in into it's wide
- equivalent, stored in \c out. \c out must have enough space to fit
- the entire string.
+ Converts the narrow character string \c in into its wide
+ equivalent, and return it
The string may contain embedded nulls.