fix sizes for non-english languages

This commit is contained in:
zawz 2021-04-16 17:03:36 +02:00
parent 859b854c67
commit e2067774cc

View file

@ -1,5 +1,7 @@
#include <cstdio> #include <cstdio>
#include <stdlib.h>
#include <thread> #include <thread>
#include "options.hpp" #include "options.hpp"
@ -7,6 +9,7 @@
int main(int argc, char* argv[]) int main(int argc, char* argv[])
{ {
setenv("LANG", "en_US.UTF-8", 1);
std::vector<std::string> args; std::vector<std::string> args;
//option process start //option process start
try try