mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 16:14:05 +01: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