diff --git a/ASFilter/asfilter.cc b/ASFilter/asfilter.cc index 749ebc293c..d7f954ccee 100644 --- a/ASFilter/asfilter.cc +++ b/ASFilter/asfilter.cc @@ -96,7 +96,7 @@ int main(int argc, char *argv[]) p != end; ++p) { - out << "\tdc.w 0x" << *p << std::endl; + out << "\tdc.w 0x" << p->str() << std::endl; } }