Re: DOSBox ECE (for Windows & Linux)
Posted on 2022-07-15, 09:47
I believe there is an error with this code. I didn't realize until I was comparing r4479 to r4477. The code in that post is doing a direct comparison between two character arrays (const char*) using == . This is undefined behavior as it is really just comparing the value of two pointers and not the …