Simplify String::concat(char)
Now concat(const char*, unsigned int) no longer requires a nul-terminated string, we can simplify the concat(char) method to just pass the address of the single character instead of having to create buffer with nul-termination.
M
Matthijs Kooijman committed
81a2d51b212c1ea8594065b34de1abd711cdcc42
Parent: 59dd995