Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Jun 2006 17:12:25 +0000 (UTC)
From:      Yar Tikhiy <yar@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/asf asf.c
Message-ID:  <200606191712.k5JHCPPH091501@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
yar         2006-06-19 17:12:25 UTC

  FreeBSD src repository

  Modified files:
    usr.sbin/asf         asf.c 
  Log:
  There is a plenty of arch's out there where sizeof(size_t) != sizeof(int).
  A field width in printf(3) must be int, so cast return value from strlen()
  to the type.
  
  Noticed by:     Andrzej Tobola <ato iem pw edu pl>; tinderbox
  Pointy hat to:  yar
  X-MFC with:     the rest of the new asf code
  
  Revision  Changes    Path
  1.10      +1 -1      src/usr.sbin/asf/asf.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606191712.k5JHCPPH091501>