lua_cc_text.cpp: use 'text_mode' instead 'mode' in api

Prevent possible ambiguity of text mode parameter.
Parameter 'mode' deprecated, but still available for
downward compatibility.


Origin commit data
------------------
Branch: ni/coolstream
Commit: d0eab5782c
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-09-10 (Tue, 10 Sep 2019)



------------------
This commit was generated by Migit
This commit is contained in:
2019-09-10 20:59:19 +02:00
committed by vanhofen
parent fddbe0a28b
commit 2af5465b1f
2 changed files with 4 additions and 2 deletions

View File

@@ -4,4 +4,4 @@
* to luainstance.h changes
*/
#define LUA_API_VERSION_MAJOR 1
#define LUA_API_VERSION_MINOR 81
#define LUA_API_VERSION_MINOR 82