adsr / mle

flexible terminal-based text editor (C)
Apache License 2.0
827 stars 53 forks source link

Use getcwd instead of get_current_dir_name #4

Closed leonardoce closed 7 years ago

leonardoce commented 7 years ago

The usage of get_current_dir_name has been replaced with getcwd since the first one is not supported on non-GNU platforms like on MacOSX.

adsr commented 7 years ago

Thanks @leonardoce