Deleted Added
full compact
2c2
< * Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996
---
> * Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997
26c26
< "@(#) $Header: print-atalk.c,v 1.45 96/12/10 23:24:07 leres Exp $ (LBL)";
---
> "@(#) $Header: print-atalk.c,v 1.48 97/05/28 12:50:58 leres Exp $ (LBL)";
57a58
> #include "savestr.h"
415,416c416,417
< if (length < 0 || length > 32) {
< (void)printf("[len=%d]", length);
---
> if (length > 32) {
> (void)printf("[len=%u]", length);
419c420
< while (--length >= 0) {
---
> while ((int)--length >= 0) {