mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-19 05:22:24 +02:00
Added test of an empty string
This commit is contained in:
@ -7,5 +7,5 @@
|
||||
|
||||
size_t IndentedPrintDecorator::write(uint8_t c)
|
||||
{
|
||||
return print.write(c);
|
||||
return sink.write(c);
|
||||
}
|
Reference in New Issue
Block a user