Commit b022818e authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 32928af7
......@@ -299,7 +299,7 @@ func (pt PartitionTable) Clone() *PartitionTable {
}
for _, cellv := range pt.tab {
pt_.tab = append(pt_.tab, append([]Cell(nil), cellv))
pt_.tab = append(pt_.tab, append([]Cell(nil), cellv...))
}
return pt_
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment