changeset 136:fb75c5e661c2

tweak
author anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Thu, 12 Dec 2019 13:52:45 +0900
parents 0c24464a66d8
children 7f9dac064c5f
files src/gearsTools/update_context.pl
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/gearsTools/update_context.pl	Thu Dec 12 12:57:29 2019 +0900
+++ b/src/gearsTools/update_context.pl	Thu Dec 12 13:52:45 2019 +0900
@@ -12,7 +12,7 @@
 
 my $interface_file = shift or die "require itnerface file";
 my $h2context = Gears::Util->parse_interface($interface_file);
-my $context = dump_h2context($h2context);
+my $context = Gears::Util->h2context_str($h2context);
 
 if ($opt{c}) {
   print "$context";