Missing a "]"

Bug #179648 reported by lvjinhua
2
Affects Status Importance Assigned to Milestone
Coccinella
Fix Released
Low
Mats

Bug Description

The original:
    set subtags [list [wrapper::createtag default]
    set xmllist [list [wrapper::createtag pubsub \
      -attrlist [list xmlns $xmlns(owner)] -subtags $subtags]]

fixed:
    set subtags [list [wrapper::createtag default] ] #add by lvjinhu on 20080101
    set xmllist [list [wrapper::createtag pubsub \
      -attrlist [list xmlns $xmlns(owner)] -subtags $subtags]]

Revision history for this message
Mats (matsben) wrote :

This part of the code seems not to be in use or at least hasn't been tested. Need to get a tool that checks code for stupid things like this.

Changed in coccinella:
status: New → Fix Committed
sander (s-devrieze)
Changed in coccinella:
assignee: nobody → matsben
importance: Undecided → Low
milestone: none → 0.96.4.1
sander (s-devrieze)
Changed in coccinella:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.