This commit is contained in:
Robin Gareus 2017-07-24 22:26:04 +02:00
parent e838e7f359
commit 681ab52330

View File

@ -5444,8 +5444,8 @@ Route::send_name (uint32_t n) const
}
n -= 8;
# endif
#endif
}
#endif
boost::shared_ptr<Processor> p = nth_send (n);
if (p) {
return p->name();