]> git.pld-linux.org Git - packages/dadadodo.git/blob - dadadodo-ctype.patch
- tabs in preamble
[packages/dadadodo.git] / dadadodo-ctype.patch
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.085194 seconds and 3 git commands to generate.