diff options
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ int main(void) { - setlocale(LC_ALL, ""); + setlocale(LC_ALL, "C.UTF-8"); printf("%d\n", getpid()); #if 0 |
![]() |
index : umps | |
| Unnamed Minecraft Packet Snooper | bigfoot |
| aboutsummaryrefslogtreecommitdiffstats |
| -rw-r--r-- | src/main.c | 2 |
@@ -6,7 +6,7 @@ int main(void) { - setlocale(LC_ALL, ""); + setlocale(LC_ALL, "C.UTF-8"); printf("%d\n", getpid()); #if 0 |