patrickcjk/imgui-notify

sprintf_s in code

caxapexac opened this issue · 1 comments

line about 260-270

char window_name[50];
sprintf_s(window_name, "##TOAST%d", i);

I'd suggest to replace it with ImFormat cuz not everyone has sprintf_s function

Lib is dead :(