mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-18 03:25:55 +00:00
qrcode demo: compile with USE_QRCODEGEN=off
This commit is contained in:
parent
aec982bca5
commit
df90cb48b6
@ -33,7 +33,7 @@ int qrcode_demo(struct notcurses* nc){
|
|||||||
DEMO_RENDER(nc);
|
DEMO_RENDER(nc);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
ncplane_erase(n);
|
ncplane_erase(notcurses_stdplane(nc));
|
||||||
DEMO_RENDER(nc);
|
DEMO_RENDER(nc);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user