X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Flist.c;h=a0e18542e9f95c5de5c3c5a98c762a90942cad4a;hb=6290150c47daea1d034f2293756b623169ad1b9b;hp=3a0ad4e65c4c0aa41b568664f5a3278a7a397262;hpb=f31b9d842bad51e1c088390b17bcac44d554b56a;p=chaz%2Ftar diff --git a/src/list.c b/src/list.c index 3a0ad4e..a0e1854 100644 --- a/src/list.c +++ b/src/list.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., - 59 Place - Suite 330, Boston, MA 02111-1307, USA. */ + 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* Define to non-zero for forcing old ctime() instead of isotime(). */ #undef USE_OLD_CTIME @@ -757,7 +757,8 @@ print_header (void) { char modes[11]; char *timestamp; - char uform[11], gform[11]; /* these hold formatted ints */ + /* These hold formatted ints. */ + char uform[UINTMAX_STRSIZE_BOUND], gform[UINTMAX_STRSIZE_BOUND]; char *user, *group; char size[2 * UINTMAX_STRSIZE_BOUND]; /* holds formatted size or major,minor */