diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2021-01-17 18:13:00 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2021-01-17 18:13:00 -0800 |
| commit | f92dc5514d6babe687ca2fedd47c61479d552d1f (patch) | |
| tree | 75727b9279f3dc88af0eb17dda9572bde87e91f9 /files.c | |
| parent | c6dd967c7062625ba0d473f8f6088142c16ed6b0 (diff) | |
Updated comment
Diffstat (limited to 'files.c')
| -rw-r--r-- | files.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -41,7 +41,8 @@ static void populate_lines(file_t *f) } // -// Read an entire file into memory. +// Read an entire file into memory, using a printf-style formatting string to +// construct the filename. // file_t *load_filef(file_t **files, const char *fmt, ...) { |
