Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8fc9ffe

Browse files
vermaserentueda
authored andcommitted
Repaired a small bug in the compilation of the debugflag in Format,O3
1 parent7ff6ebb commit8fc9ffe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎sources/compcomm.c‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6245,13 +6245,13 @@ int CoOptimizeOption(UBYTE *s)
62456245
}
62466246
}
62476247
elseif (StrICmp(value,(UBYTE*)"on")==0 ) {
6248-
AO.Optimize.printstats=1;
6248+
AO.Optimize.debugflags=1;
62496249
}
62506250
elseif (StrICmp(value,(UBYTE*)"off")==0 ) {
6251-
AO.Optimize.printstats=0;
6251+
AO.Optimize.debugflags=0;
62526252
}
62536253
else {
6254-
AO.Optimize.printstats=0;
6254+
AO.Optimize.debugflags=0;
62556255
MesPrint("&Unrecognized option value in Format,Optimize statement: %s=%s",name,value);
62566256
error=1;
62576257
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp