diff options
-rw-r--r-- | dosfetch.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dosfetch.pas b/dosfetch.pas index 55c094f..bc236a1 100644 --- a/dosfetch.pas +++ b/dosfetch.pas @@ -70,7 +70,7 @@ begin end; procedure disksize(disk: byte); -var a, b, c, d : integer; +var a, b, c, d : word; total, free : longint; begin asm |