bug-global
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: RFC: Htags Hyper-text Reference Kit.


From: Shigio Yamaguchi
Subject: Re: RFC: Htags Hyper-text Reference Kit.
Date: Wed, 31 Aug 2005 23:54:29 +0900

> The area specified by the argument of htags_load_filemap() must not
> be modified until htags_unload_filemap() is called. This restriction
> should be documented.

I have fixed the bug.
Thank you!

diff -r1.3 -r1.4
57c57
< static const char *global_htmldir;    /* HTML directory of htags      */
---
> static char global_htmldir[MAXPATHLEN+1];/* HTML directory of htags   */
230c230
<       global_htmldir = dir;
---
>       strcpy(global_htmldir, dir);
--
Shigio YAMAGUCHI <address@hidden> - Tama Communications Corporation
PGP fingerprint: D1CB 0B89 B346 4AB6 5663  C4B6 3CA5 BBB3 57BE DDA3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]