Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix prpgrep not searching some objects properly #283

Merged
merged 1 commit into from
Mar 21, 2024

Conversation

dgelessus
Copy link
Contributor

For example, prpgrep plSoundBuffer BahroCave_District_YeeshaCave.prp found no results, even though that page contains many plSoundBuffer objects (and other objects that reference them).

Not sure what exactly was wrong with the custom GetLine function here, but replacing it with the standard hsStream::readLine fixes it.

For example, `prpgrep plSoundBuffer BahroCave_District_YeeshaCave.prp`
found no results, even though that page contains many plSoundBuffer
objects (and other objects that reference them).

Not sure what exactly was wrong with the custom GetLine function here,
but replacing it with the standard hsStream::readLine fixes it.
@zrax zrax merged commit 2b308bc into H-uru:master Mar 21, 2024
8 checks passed
@dgelessus dgelessus deleted the fix_prpgrep_getline branch March 21, 2024 21:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants