EUA/wxHexEditor

wrong assignment

maddin200 opened this issue · 1 comments

[D:/Data/OpenSource/wxHexEditor-master/src/FAL.cpp line345:

	}
	waitpid(ProcessID, NULL, WUNTRACED);
	BlockRWSize=4;
	FAM == ReadOnly; // <- no assignment
	return true;
	}
EUA commented

Yeah, You catch it. I think it's on OSX. Fixed on local.