From 9091d714b2b0972c11313ad07365bc8f4cca85c3 Mon Sep 17 00:00:00 2001 From: Hugues Delorme Date: Wed, 10 Jun 2015 15:05:49 +0200 Subject: [PATCH] gmio_stl: fix doc about filepath argument in stl_io.h --- src/gmio_stl/stl_io.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/gmio_stl/stl_io.h b/src/gmio_stl/stl_io.h index c8ceb58..12b2e3a 100644 --- a/src/gmio_stl/stl_io.h +++ b/src/gmio_stl/stl_io.h @@ -33,7 +33,8 @@ GMIO_C_LINKAGE_BEGIN /*! Reads STL mesh from file, format is automatically guessed * * \param filepath Path to the STL file. A stream is opened with fopen() so - * the string has to be encoded using the system's charset (locale-8bit) + * the string shall follow the file name specifications of the running + * environment * \param creator Defines the callbacks for the mesh creation * \param task_iface The interface object by which the read operation can be * controlled. Optional, can be safely set to NULL @@ -67,7 +68,8 @@ int gmio_stl_read( * * \param format STL format of the output file * \param filepath Path to the STL file. A stream is opened with fopen() so - * the string has to be encoded using the system's charset (locale-8bit) + * the string shall follow the file name specifications of the running + * environment * \param mesh Defines the mesh to output * \param task_iface The interface object by which the write operation can be * controlled. Optional, can be safely set to NULL