Minor CRASHREPORT formatting bit
This commit is contained in:
+3
-1
@@ -593,7 +593,9 @@ impossible(const char *s, ...)
|
|||||||
|
|
||||||
#ifdef CRASHREPORT
|
#ifdef CRASHREPORT
|
||||||
if (sysopt.crashreporturl) {
|
if (sysopt.crashreporturl) {
|
||||||
boolean report = ('y' == yn_function("Report now?","yn",'n',FALSE));
|
boolean report = ('y' == yn_function("Report now?", ynchars,
|
||||||
|
'n', FALSE));
|
||||||
|
|
||||||
raw_print(""); // prove to the user the character was accepted
|
raw_print(""); // prove to the user the character was accepted
|
||||||
if (report) {
|
if (report) {
|
||||||
submit_web_report(1, "Impossible", pbuf);
|
submit_web_report(1, "Impossible", pbuf);
|
||||||
|
|||||||
Reference in New Issue
Block a user