Menu

#1118 Typo in code example of Doc 2.0 section 32.9.5

closed-accepted
5
2010-12-10
2010-12-07
Gellule
No

In the last example of this section:

if (!convert_darray($input,temp,$1_dim0))) {

should be replaced by

if (!convert_darray($input,temp,$1_dim0)) {

with only two closing parenthesis.

Discussion

  • Olly Betts

    Olly Betts - 2010-12-10
    • status: open --> closed-accepted
     
  • Olly Betts

    Olly Betts - 2010-12-10

    Thanks for reporting this - I've fixed it in SVN trunk r12343.

     

Log in to post a comment.