| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| for (int i = 0; i < levTexLookup->numIconGroup; i++) | ||
| { | ||
| struct IconGroup* iconGroupPtr = levTexLookup->firstIconGroupPtr[i]; | ||
| if (((*(int*)(iconGroupPtr->name + 0)) == (*(int*)(str + 0))) && |
There was a problem hiding this comment.
"efficient string comparison", the same way ND did it. do we have memcmp? (strcmp wouldn't behave the same because memcmp will check beyond the nullterm (like original impl), but strcmp won't).
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
I'd love to test, but for some reason it won't build because of some problem in the UI namespace