From 85a910f02e6dd835354d11353f27f99e56ff4f1e Mon Sep 17 00:00:00 2001 From: glx Date: Mon, 9 Nov 2009 15:16:38 +0000 Subject: (svn r18029) -Fix (r18028): AppendPathSeparator() should stay global --- src/fileio.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fileio.cpp') diff --git a/src/fileio.cpp b/src/fileio.cpp index 858ac5abb..6658955a9 100644 --- a/src/fileio.cpp +++ b/src/fileio.cpp @@ -436,7 +436,7 @@ void FioCreateDirectory(const char *name) * @param buf string to append the separator to * @param buflen the length of the buf */ -static void AppendPathSeparator(char *buf, size_t buflen) +void AppendPathSeparator(char *buf, size_t buflen) { size_t s = strlen(buf); -- cgit v1.2.3-54-g00ecf