Skip to content

Engine: findfrompath() with empty filename immediately returns -1

Dino Bollinger requested to merge dibollinger/eduke32:findfrompath_fix into master

Fixes a bug where an empty filename passed to findfrompath() is interpreted as the current directory "./", which of course always exists.

Fixes #249 (closed)

Merge request reports