Re: [Rd] src/main/platform.c (PR#14198)

2010-01-28 Thread Seth Falcon
On 1/28/10 3:50 AM, a.r.runna...@kent.ac.uk wrote: 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. Thanks, I'll fix this up. + seth -- Seth Falcon | @sfalcon

[Rd] src/main/platform.c (PR#14198)

2010-01-28 Thread A . R . Runnalls
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 __ R-devel@r-project.org mailing list https://stat.ethz.ch/mai