mirror of
https://github.com/sheumann/hush.git
synced 2025-02-07 04:31:22 +00:00
utility.c and replaced them with get_line_from_file() from the new grep.c. Also changed declaration in internal.h and replaced instances of cstring_lineFromFile() in dc.c and sort.c with get_line_from_file(). Tested them and they worked fine.