06-23-2018, 01:03 AM
BRX - why did the spelling change? Did the library merge do that? It should have updated the database if it did. I'm confused how that happened. On some Android devices, the file system is case-insensitive. On others, it's case-sensitive. So I can't really know beforehand what I'm dealing with. It's easier if I just do case-sensitive comparisons across the board, and if I flag some things as different that aren't, it will just result in a few more things being processed than necessary. It shouldn't create errors though, whereas if I try to play games with case-sensitivity in each direction, I'm likely to introduce bugs.
Thanks,
Mike
Thanks,
Mike