diff --git a/src/public/tier1/stringpool.h b/src/public/tier1/stringpool.h index abf4cef1..33de8844 100644 --- a/src/public/tier1/stringpool.h +++ b/src/public/tier1/stringpool.h @@ -344,7 +344,7 @@ inline void CCountedStringPoolBase::SpewStrings() { char* string = m_Elements[i].pString; - DevMsg("String %d: ref:%d %s\n", i, m_Elements[i].nReferenceCount, string == NULL? "EMPTY - ok for slot zero only!" : string); + DevMsg("String %d: ref:%hhu %s\n", i, m_Elements[i].nReferenceCount, string == NULL? "EMPTY - ok for slot zero only!" : string); } DevMsg("\n%d total counted strings.", m_Elements.Count());