From c47c94f958dd11be44bad16cd5d97d9f2fea6dbf Mon Sep 17 00:00:00 2001 From: Xanadu Date: Sat, 5 Mar 2011 00:50:00 +0100 Subject: Dep/MySQL: Updated MySQL sources to version 5.5.9 (current GA) --- dep/mysqllite/mysys/mf_unixpath.c | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'dep/mysqllite/mysys/mf_unixpath.c') diff --git a/dep/mysqllite/mysys/mf_unixpath.c b/dep/mysqllite/mysys/mf_unixpath.c index 75f8de14879..ee81aae4584 100644 --- a/dep/mysqllite/mysys/mf_unixpath.c +++ b/dep/mysqllite/mysys/mf_unixpath.c @@ -16,10 +16,15 @@ #include "mysys_priv.h" #include - /* convert filename to unix style filename */ - /* If MSDOS converts '\' to '/' */ +/** + Convert filename to unix style filename. -void to_unix_path(char * to __attribute__((unused))) + @remark On Windows, converts '\' to '/'. + + @param to A pathname. +*/ + +void to_unix_path(char *to __attribute__((unused))) { #if FN_LIBCHAR != '/' { -- cgit v1.2.3