]> git.pld-linux.org Git - packages/ehnt.git/blob - ehnt-asnc_path.patch
- tabs in preamble
[packages/ehnt.git] / ehnt-asnc_path.patch
1 diff -Naur ehnt-0.3/ehnt_lookup.c ehnt-0.3-p/ehnt_lookup.c
2 --- ehnt-0.3/ehnt_lookup.c      Thu Oct  4 20:18:29 2001
3 +++ ehnt-0.3-p/ehnt_lookup.c    Sat Mar 15 13:56:16 2003
4 @@ -36,7 +36,7 @@
5  
6    memset(ASNs,0,sizeof(ASNs));
7  
8 -  if ( ! (f=fopen ("asnc.txt","r")) ) {
9 +  if ( ! (f=fopen ("/usr/share/ehnt/asnc.txt","r")) ) {
10      perror("fopen");
11    } else {
12      for ( ; ; ) {
This page took 0.08186 seconds and 4 git commands to generate.