]> git.pld-linux.org Git - packages/dadadodo.git/blame - dadadodo-ctype.patch
- tabs in preamble
[packages/dadadodo.git] / dadadodo-ctype.patch
CommitLineData
b9d450e5
JB
1--- dadadodo-1.03/dadadodo.c.orig Sat Feb 21 20:55:58 1998
2+++ dadadodo-1.03/dadadodo.c Sat Sep 14 15:53:01 2002
3@@ -18,6 +18,7 @@
4 #include <stdio.h>
5 #include <time.h>
6 #include <math.h>
7+#include <locale.h>
8
9 #include "hash.h"
10 #include "dadadodo.h"
11@@ -810,6 +811,7 @@
12 char *stat_words = 0;
13 FILE *tmp_file = 0;
14
15+ setlocale(LC_CTYPE,"");
16 for (i = 1; i < argc; i++)
17 {
18 const char *sw = argv[i];
This page took 0.06432 seconds and 4 git commands to generate.