Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/usr.bin/tabs



Module Name:    src
Committed By:   rillig
Date:           Fri Aug 27 18:28:41 UTC 2021

Modified Files:
        src/usr.bin/tabs: tabs.c

Log Message:
tabs: fix lint warnings about ctype functions and conversions

lines 100, 157, 206: conversion from 'long' to 'int' may lose accuracy
[132]

line 125: warning: argument to 'function from <ctype.h>' must be cast to
'unsigned char', not to 'int' [342]

While here, fix a typo in an error message.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/usr.bin/tabs/tabs.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index