Artifact c5bb7602342cc79b3ca6f7b78b46232dfadbedd0b695ba606d323c3bb358ec28:
- File generic/tkTextBTree.c — part of check-in [e4ceb24e] at 2025-02-01 14:38:13 on branch revised_text — Fix logic error in comment. We are in the case (actualElided != shouldBeElided), i.e. these two boolean variables are different. Inside this case, we're in the else clause of an 'if (shouldBeElided)', therefore this else clause is the case 'if (actualElided)', not 'if (!actualElided)'. (user: fvogel size: 488199)
A hex dump of this file is not available. Please download the raw binary file and generate a hex dump yourself.