View | Details | Raw Unified | Return to bug 151833
Collapse All | Expand All

(-)kiconvtool.new (+2 lines)
Lines 35-40 Link Here
35
#include <sys/sysctl.h>
35
#include <sys/sysctl.h>
36
#include <string.h>
36
#include <string.h>
37
#include <memstat.h>
37
#include <memstat.h>
38
#include <locale.h>
38
39
39
enum arg_type_t_ {
40
enum arg_type_t_ {
40
	ARGTYPE_LOCAL,
41
	ARGTYPE_LOCAL,
Lines 185-190 Link Here
185
		return 1;
186
		return 1;
186
	}
187
	}
187
188
189
	setlocale(LC_CTYPE, "en_US.UTF-8");
188
	enum arg_type_t_ arg_type = ARGTYPE_PAIR;
190
	enum arg_type_t_ arg_type = ARGTYPE_PAIR;
189
	for (i = 1; i < argc; i++) {
191
	for (i = 1; i < argc; i++) {
190
		if (argv[i][0] == '-') {
192
		if (argv[i][0] == '-') {

Return to bug 151833