String icon indicating copy to clipboard operation
String copied to clipboard

add support for empty strings?

Open elfive opened this issue 4 years ago • 0 comments

jd::string str("");
printf("%s\n", str.c_str());

which will print out (null)

elfive avatar Jun 25 '21 09:06 elfive