mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
Fixes for compiling on Android
This commit is contained in:
parent
f7639bc338
commit
396772c93a
4 changed files with 13 additions and 5 deletions
|
@ -199,7 +199,7 @@ static void buffreplace (LexState *ls, char from, char to) {
|
|||
|
||||
|
||||
#if ANDROID
|
||||
#define getlocaldecpoint() '.'
|
||||
#define getlocaledecpoint() '.'
|
||||
#elif !defined(getlocaledecpoint)
|
||||
#define getlocaledecpoint() (localeconv()->decimal_point[0])
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue