On Tue, Dec 5, 2017 at 4:58 PM, Richard Hipp <d...@sqlite.org> wrote:

> On 12/5/17, Warren Young <war...@etr-usa.com> wrote:
> > On Dec 4, 2017, at 3:07 AM, Johan Kuuse <jo...@kuu.se> wrote:
> >>
> >> src/file.c:65
> >>
> >>
> >> #define RepoFILE   1    /* Follow symlinks if*f* allow-symlinks is OFF
> */
> >>
> >> Should be:
> >>
> >> #define RepoFILE   1    /* Follow symlinks if allow-symlinks is OFF */
> >
> > That might not be a typo.  “iff” is mathematical shorthand for “if and
> only
> > if.”
> >
>
> Right.  That was my original intent in writing "iff".  But apparently
> this is an americanism that is not well known outside the USA nor by
> spelling checkers, so I changed the comment to spell out "if and only
> if".
>

It *is* a well-known mathematical shorthand, even  outside the USA.
I just didn't expect to read maths in a comment about symlinks. ;-)
Well, sorry for the noise,

BTW, unused variable,  I guess, in src/style.c:


   548    int bMouseover = 0;            /* Active hyperlinks after mouseover */


BR,
Johan



>
> --
> D. Richard Hipp
> d...@sqlite.org
> _______________________________________________
> fossil-dev mailing list
> fossil-dev@mailinglists.sqlite.org
> http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/fossil-dev
>
_______________________________________________
fossil-dev mailing list
fossil-dev@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/fossil-dev

Reply via email to