qrcode demo: compile with USE_QRCODEGEN=off

This commit is contained in:
nick black 2020-05-09 03:01:37 -04:00
parent aec982bca5
commit df90cb48b6
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -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;
}