Force the use of the POSIX C locale for all commands and their subprocesses

This commit is contained in:
practicalswift
2018-04-25 12:55:34 +02:00
committed by Christian Decker
parent 52c243852e
commit abf510740d
38 changed files with 102 additions and 3 deletions

View File

@@ -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;