[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: bug in htags/dupindex.c
From: |
Shigio Yamaguchi |
Subject: |
Re: bug in htags/dupindex.c |
Date: |
Sat, 22 Jan 2005 08:45:39 +0900 |
Hello,
> I found a small bug in GLOBAL v4.8.2. The function static FILE*
> open_dup_file <cid:part1.07050105.06050209@rcsc.de>(db, count), located
> in htags/dupindex.c, needs the two die() statements swapped. Otherwise,
> one gets the non-descriptive error "cannot execute command 幹." in case
> the system cannot create a non-compressed file. This happened to me when
> using htags on the 2.6.8 Linux kernel under WindowsXP/cygwin. I ran it
> on a FAT32 partition, and it seems as if there is a 64K file limit per
> directory, so htags stopped, but didn't give the correct error, which
> was "cannot create file HTML/R/52692.html".
Fixed. Thank you!
RCS file: /cvsroot/global/global/htags/dupindex.c,v
retrieving revision 1.6
diff -r1.6 dupindex.c
66c66
< die("cannot create file '%s'.", path);
---
> die("cannot execute command '%s'.", command);
70c70
< die("cannot execute command '%s'.", command);
---
> die("cannot create file '%s'.", path);
--
Shigio Yamaguchi <address@hidden> - Tama Communications Corporation
PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3