ext/include/iv/conversions.h in iv-phonic-0.1.7 vs ext/include/iv/conversions.h in iv-phonic-0.1.8

- old
+ new

@@ -237,10 +237,10 @@ } while (it != last && character::IsDecimalDigit(*it)); exponent+=insignificant_digits; if (exponent > 9999) { exponent = 9999; } - std::snprintf(buffer.data()+pos, 5, "%d", exponent); // NOLINT + snprintf(buffer.data()+pos, 5, "%d", exponent); // NOLINT pos+=4; } // exponent_pasing_done label exponent_pasing_done: