mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
notify: handle arbitrary tags
This commit is contained in:
parent
ff95921668
commit
f6db59b011
5 changed files with 23 additions and 7 deletions
|
@ -67,7 +67,7 @@ TEST(notify, works)
|
|||
+ " " + name_template + " %s";
|
||||
|
||||
tools::Notify notify(spec.c_str());
|
||||
notify.notify("1111111111111111111111111111111111111111111111111111111111111111");
|
||||
notify.notify("%s", "1111111111111111111111111111111111111111111111111111111111111111", NULL);
|
||||
|
||||
bool ok = false;
|
||||
for (int i = 0; i < 10; ++i)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue