From 25599584fbe150a62522bffd2af9c8e2cb1a5d71 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 4 Feb 2024 13:00:53 +0300 Subject: [PATCH] fixed error while compiling --- src/coreutils/dd/dd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/coreutils/dd/dd.c b/src/coreutils/dd/dd.c index 6211560..dee0dc7 100644 --- a/src/coreutils/dd/dd.c +++ b/src/coreutils/dd/dd.c @@ -6,8 +6,8 @@ #include #include "human.h" -size_t infull, inpart; -size_t outfull, outpart; +off_t infull, inpart; +off_t outfull, outpart; off_t tbytes; void summary(void) {