[TUHS] 'more' typo

KenUnix ken.unix.guy at gmail.com
Fri Feb 17 01:08:34 AEST 2023


In 'more.c' there is a typo

Line 154

replace

        fprnntf(stderr, "Could not open '%s'!\n", argv[x]);

with

        fprintf(stderr, "Could not open '%s'!\n", argv[x]);

-- 
WWL 📚
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.tuhs.org/pipermail/tuhs/attachments/20230216/93264817/attachment.htm>


More information about the TUHS mailing list