Think this needs converting back to local charset here otherwise non-ASCII file uploads don't work.

This commit is contained in:
Chris Young 2013-12-31 22:40:35 +00:00
parent e65c91807e
commit 2aacb411fc

View File

@ -181,7 +181,7 @@ char *path_to_url(const char *path)
char *filename_from_path(char *path)
{
return strdup(FilePart(path));
return ami_utf8_easy(FilePart(path));
}
/**