> 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 <[EMAIL PROTECTED]> - Tama Communications Corporation PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3 _______________________________________________ Bug-global mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-global
