mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-22 00:24:19 +01:00
Force the use of the POSIX C locale for all commands and their subprocesses
This commit is contained in:
committed by
Christian Decker
parent
52c243852e
commit
abf510740d
@@ -54,6 +54,8 @@ static char *fmt_time(const tal_t *ctx, u64 time)
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
setup_locale();
|
||||
|
||||
const tal_t *ctx = tal(NULL, char);
|
||||
const char *method;
|
||||
struct bolt11 *b11;
|
||||
|
||||
Reference in New Issue
Block a user