[tin-dev] [tin 2.6.6] snapshots
Urs Janßen
urs at tin.org
Mon Feb 23 02:25:39 CET 2026
In Urs Janßen <urs at tin.org> wrote:
> New snapshots available incl. new initial Georgian translation
> (~5% done), some bug fixes (mainly for content-language guessing)
> and some code cleanups. "-D filter" now tracks your filter hits.
I didn't notice that I messed up the !ENABLE_LONG_ARTICLE_NUMBERS
code path, the following should fix that:
=== modified file 'include/tin.h'
--- old/include/tin.h 2026-02-14 16:20:16 +0000
+++ new/include/tin.h 2026-02-23 01:19:38 +0000
@@ -246,7 +246,7 @@
# define T_ARTNUM_CONST(v) (long)v
# endif /* CPP_DOES_CONCAT */
# define ARTNUM_MAX LONG_MAX
-# define atoartnum strtol(in, NULL, 10)
+# define atoartnum(in) strtol(in, NULL, 10)
# define strtoartnum(in, end) strtol(in, end, 10)
#endif /* USE_LONG_ARTICLE_NUMBERS */
More information about the tin-dev
mailing list