diff --git a/clutchlog/clutchlog.h b/clutchlog/clutchlog.h index 9efb6dc..22309aa 100644 --- a/clutchlog/clutchlog.h +++ b/clutchlog/clutchlog.h @@ -832,7 +832,7 @@ class clutchlog if(domain.size() == 0) { return fmt(static_cast(h % 256)); } else { - return fmt(domain[h % domain.size()]); + return domain[h % domain.size()]; } } }; // fmt class