H-uru / libhsplasma

Cross-platform Plasma data and network library
GNU General Public License v3.0
32 stars 30 forks source link

Fix prpgrep not searching some objects properly #283

Closed dgelessus closed 8 months ago

dgelessus commented 8 months ago

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.