call the correct function

This commit is contained in:
anon
2025-01-23 10:06:52 +01:00
parent d96618b675
commit a741c7ffa8

View File

@ -26,7 +26,7 @@ void get_env(void) {
editor = "vi";
set_custom_rm:
custom_rm = get_env("VIMDIRRM");
custom_rm = getenv("VIMDIRRM");
end:
return;