[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Bug in htags.in
From: |
Shigio Yamaguchi |
Subject: |
Re: Bug in htags.in |
Date: |
Thu, 07 Nov 2002 13:38:13 +0900 |
Hello,
> if (!$'w32) {
> # This test is not done for Windows32 environment because many
> # Cygwin users reported this code didn't work well.
> # I don't know why, but anyway, program works without this code.
> print STDERR "[", &'date, "] ", "(#) checking tag files ...\n" =
> if ($'vflag);
> $gtags_ctime =3D (stat("$dbpath/GTAGS"))[10];
> open(FIND, "$'findcom |") || &'error("cannot fork.");
> while (<FIND>) {
> chop;
> if ($gtags_ctime < (stat($_))[10]) {
> &'error("GTAGS is not the latest one. Please =
> remake it.");
> }
> }
> close(FIND);
> if ($?) { &'error("cannot traverse directory."); }
> }
>
> Actually my solution to that problem on Win32 was to use (stat)[9] =
> instead of (stat)[10]
Your fix have been reflected in the CVS repository.
The next version of GLOBAL will include fixed code.
Thank you for your patch.
--
Shigio Yamaguchi <address@hidden> - Tama Communications Corporation
Spare mail address: <address@hidden>
PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3
- Bug in htags.in, Bakken, Luke, 2002/11/06
- Re: Bug in htags.in,
Shigio Yamaguchi <=