diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1996-03-31 16:14:11 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1996-03-31 16:14:11 +0000 |
| commit | 3cb7c0b1447a8abad5ce339cd8041fa0b8bc88ac (patch) | |
| tree | e491fd3d2b60da03a022d6f83c6baf96e74bee56 | |
| parent | 4ddc73e65b4dcd4b07d2e30ef5b43bc2592f882f (diff) | |
Notes
| -rw-r--r-- | bin/ls/util.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ls/util.c b/bin/ls/util.c index e436c922ff618..d16ab6aa7a148 100644 --- a/bin/ls/util.c +++ b/bin/ls/util.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: util.c,v 1.3 1994/09/24 02:55:58 davidg Exp $ + * $Id: util.c,v 1.4 1994/10/09 15:25:23 ache Exp $ */ #ifndef lint @@ -57,7 +57,7 @@ prcopy(src, dest, len) char *src, *dest; int len; { - int ch; + unsigned char ch; while (len--) { ch = *src++; |
