diff options
Diffstat (limited to 'tools/datapacker')
| -rw-r--r-- | tools/datapacker/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
| diff --git a/tools/datapacker/main.cpp b/tools/datapacker/main.cpp index 33e4cfe..5254e5f 100644 --- a/tools/datapacker/main.cpp +++ b/tools/datapacker/main.cpp | |||
| @@ -239,6 +239,7 @@ class DataPacker { | |||
| 239 | Port& port = *container_.all_objects().mutable_ports(port_id); | 239 | Port& port = *container_.all_objects().mutable_ports(port_id); |
| 240 | 240 | ||
| 241 | port.set_path(h_port.path()); | 241 | port.set_path(h_port.path()); |
| 242 | port.set_display_name(h_port.display_name()); | ||
| 242 | 243 | ||
| 243 | if (h_port.no_shuffle()) { | 244 | if (h_port.no_shuffle()) { |
| 244 | port.set_no_shuffle(h_port.no_shuffle()); | 245 | port.set_no_shuffle(h_port.no_shuffle()); |
