diff options
author | tnurnberg@mysql.com/white.intern.koehntopp.de <> | 2007-12-17 09:48:30 +0100 |
---|---|---|
committer | tnurnberg@mysql.com/white.intern.koehntopp.de <> | 2007-12-17 09:48:30 +0100 |
commit | 94d7b8273f95429bdb3563c71e986ae5c46677de (patch) | |
tree | a1f6b2e88e3c2e89ae3afbbf8fa09f9b650591a3 /mysys | |
parent | d611f84449dac437834143e23b063c93b6b0d9c7 (diff) | |
parent | efa1061a636a2a1d4fd280971330cc190ed5dcbb (diff) | |
download | mariadb-git-94d7b8273f95429bdb3563c71e986ae5c46677de.tar.gz |
Merge tnurnberg@bk-internal.mysql.com:/home/bk/mysql-5.1-opt
into mysql.com:/misc/mysql/31752_/51-31752_
Diffstat (limited to 'mysys')
-rw-r--r-- | mysys/mf_pack.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mysys/mf_pack.c b/mysys/mf_pack.c index a31b9595c85..63525e4d927 100644 --- a/mysys/mf_pack.c +++ b/mysys/mf_pack.c @@ -282,7 +282,7 @@ void symdirget(char *dir) SYNOPSIS unpack_dirname() - to Store result here. May be = from + to result-buffer, FN_REFLEN characters. may be == from from 'Packed' directory name (may contain ~) IMPLEMENTATION @@ -408,7 +408,7 @@ size_t unpack_filename(char * to, const char *from) /* Convert filename (unix standard) to system standard */ /* Used before system command's like open(), create() .. */ - /* Returns length of to */ + /* Returns used length of to; total length should be FN_REFLEN */ size_t system_filename(char * to, const char *from) { |