summaryrefslogtreecommitdiffstats
path: root/bin/dd/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/dd/misc.c')
-rw-r--r--bin/dd/misc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/dd/misc.c b/bin/dd/misc.c
index d75fd34..7270150 100644
--- a/bin/dd/misc.c
+++ b/bin/dd/misc.c
@@ -34,7 +34,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: misc.c,v 1.9 1997/10/09 10:50:54 eivind Exp $
+ * $Id: misc.c,v 1.10 1997/12/15 20:37:43 eivind Exp $
*/
#ifndef lint
@@ -82,7 +82,7 @@ summary()
(void)write(STDERR_FILENO, buf, strlen(buf));
}
(void)snprintf(buf, sizeof(buf),
- "%u bytes transferred in %.6f secs (%.0f bytes/sec)\n",
+ "%qu bytes transferred in %.6f secs (%.0f bytes/sec)\n",
st.bytes, secs, st.bytes / secs);
(void)write(STDERR_FILENO, buf, strlen(buf));
}
OpenPOWER on IntegriCloud