qrcode demo: compile with USE_QRCODEGEN=off

pull/592/head
nick black 4 years ago
parent aec982bca5
commit df90cb48b6
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -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…
Cancel
Save