Skip to content
Back to formatted view

Raw Message

Message-ID: <20100128115010.74E9F2831FEC@mail.pubhealth.ku.dk>
Date: 2010-01-28T11:50:10Z
From: A.R.Runnalls at kent.ac.uk
Subject: src/main/platform.c (PR#14198)

At line 312 in src/main/platform.c (at the latest svn revision, 51039):

    if (length(tl) >= 1 || !isNull(STRING_ELT(tl, 0)))

should not '||' read '&&'?  Likewise four lines later.

Andrew