Han-Wen Nienhuys writes:

> -#ifdef __MINGW32__

> -  file_name.substitute ('\\', '/');
> -  file_name.substitute ("//", "/");
> +  replace_all (file_name, '\\', '/');
> +  replace_all (file_name, std::String ("//"), "/");

Ha, dank -> moet wel std::string.  Waarom #ifdef weg, dat breekt namen
op loes waar \ in zit?


-- 
Jan Nieuwenhuizen <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org


_______________________________________________
lilypond-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to