X-Git-Url: https://git.jsancho.org/?p=guile-irrlicht.git;a=blobdiff_plain;f=src%2Ffile-system.cpp;h=afb9f0b95af39dff8979de7ea62a00cce5a13bdc;hp=fe9b062d6e060b3fd268dfb0fb17526d5a18c189;hb=4f049544ec827a9f1f16a913d7241f29179fdde7;hpb=c4d9e46f268b4f7f738dd77685c632991125cec9 diff --git a/src/file-system.cpp b/src/file-system.cpp index fe9b062..afb9f0b 100644 --- a/src/file-system.cpp +++ b/src/file-system.cpp @@ -46,11 +46,11 @@ IFileSystem_addFileArchive (SCM file_system, return scm_from_bool (((io::IFileSystem*)scm_to_irr_pointer (file_system))-> - addFileArchive (scm_to_utf8_stringn (filename, NULL), + addFileArchive (scm_to_utf8_string (filename), scm_to_bool (ignore_case), scm_to_bool (ignore_paths), scm_to_file_archive_type (archive_type), - scm_to_utf8_stringn (password, NULL), + scm_to_utf8_string (password), retArchiveReference)); }