diff --git a/src/findfile.c b/src/findfile.c index b4aed048ce..4f457b9386 100644 --- a/src/findfile.c +++ b/src/findfile.c @@ -1735,11 +1735,11 @@ find_file_in_path_option( proc->pr_WindowPtr = (APTR)-1L; # endif - if (len == 0) - return NULL; - if (first == TRUE) { + if (len == 0) + return NULL; + // copy file name into NameBuff, expanding environment variables save_char = ptr[len]; ptr[len] = NUL; diff --git a/src/version.c b/src/version.c index 197f0198a4..4f0dac736e 100644 --- a/src/version.c +++ b/src/version.c @@ -757,6 +757,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 3613, /**/ 3612, /**/