* fhandler_registry.cc (multi_wcstombs): New function.

(fhandler_registry::fstat): Call multi_wcstombs for strings of type
	REG_MULTI_SZ.
	(fhandler_registry::fill_filebuf): Ditto.
This commit is contained in:
Corinna Vinschen
2010-05-26 16:58:44 +00:00
parent fca8f35f11
commit 88addc6476
2 changed files with 52 additions and 5 deletions

View File

@@ -1,3 +1,10 @@
2010-05-26 Corinna Vinschen <corinna@vinschen.de>
* fhandler_registry.cc (multi_wcstombs): New function.
(fhandler_registry::fstat): Call multi_wcstombs for strings of type
REG_MULTI_SZ.
(fhandler_registry::fill_filebuf): Ditto.
2010-05-26 Christopher Faylor <me+cygwin@cgf.cx>
* hires.h (hires_base::reset): New function.