[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Index to appendices when --number
From: |
Eli Zaretskii |
Subject: |
Re: Index to appendices when --number |
Date: |
25 Nov 2003 08:09:31 +0200 |
> Date: Tue, 25 Nov 2003 00:01:25 +0200
> From: Alper Ersoy <address@hidden>
>
> A fix for this bug is attached. It's also in the CVS now.
Thanks. Mea culpa.
> + if (strncmp (section_name, "Appendix", 8) == 0)
> + idx = 10;
It might be marginally better to use sizeof("Appendix") instead of
magical constants such as 8 and 10. (Btw, can "Appendix" be
translated under non-US locale?)