mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-07-16 10:03:04 -07:00
ADD: @bm2gii some kind of andriod fix for the lua.
This commit is contained in:
parent
94422fa23f
commit
bb9796ba26
1 changed files with 3 additions and 1 deletions
|
@ -198,7 +198,9 @@ static void buffreplace (LexState *ls, char from, char to) {
|
|||
}
|
||||
|
||||
|
||||
#if !defined(getlocaledecpoint)
|
||||
#if ANDROID
|
||||
#define getlocaldecpoint() '.'
|
||||
#elif !defined(getlocaledecpoint)
|
||||
#define getlocaledecpoint() (localeconv()->decimal_point[0])
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue