mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-02 09:40:15 +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);
|
||||
}
|
||||
#endif
|
||||
ncplane_erase(n);
|
||||
ncplane_erase(notcurses_stdplane(nc));
|
||||
DEMO_RENDER(nc);
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user