changed pio to used param->fixed_argv if the number of arguments is <= 3

This commit is contained in:
2016-04-11 14:32:27 +00:00
parent 5b395db9e7
commit 9b4c897d6c
3 changed files with 14 additions and 8 deletions

View File

@ -2509,7 +2509,7 @@ QSE_EXPORT int qse_wcsspl (
* QSE_MT('\\'), QSE_MT("n\nr\r")
* );
* \endcode
* Given [xxx]:[\rabc\ndef]:[] as an input, the example breaks the second
* Given [xxx]:[\rabc\ndef]:[] as an input, the example translates the second
* fields to <CR>abc<NL>def where <CR> is a carriage return and <NL> is a
* new line.
*