updated on Thu Jan 19 00:16:31 UTC 2012
[aur-mirror.git] / iptraf-ipv6 / iptraf-3.0.0-setlocale.patch
blob073a8c4e4d8f41e5619df96f8ab65b25f3334962
1 --- iptraf-3.0.0/src/iptraf.c.orig 2005-09-13 08:42:54.000000000 +0200
2 +++ iptraf-3.0.0/src/iptraf.c 2006-01-30 08:38:49.000000000 +0100
3 @@ -39,6 +39,7 @@
4 #include <menurt.h>
5 #include <winops.h>
6 #include <msgboxes.h>
7 +#include <locale.h>
8 #include "dirs.h"
9 #include "deskman.h"
10 #include "fltdefs.h"
11 @@ -499,6 +500,8 @@
13 #endif
15 + setlocale(LC_ALL, "");
17 strcpy(current_logfile, "");
18 strcpy(graphing_logfile, "");
19 strcpy(graphing_filter, "");