From bec2b2a7d5079ce8843e8f5fb6462399bf08c85c Mon Sep 17 00:00:00 2001 From: marco Date: Mon, 21 Feb 2000 14:11:14 +0000 Subject: [PATCH] * changed returnparameter of diskfree and disksize to int64 --- docs/dos.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/dos.tex b/docs/dos.tex index 77532d84eb..6201465a5a 100644 --- a/docs/dos.tex +++ b/docs/dos.tex @@ -211,7 +211,7 @@ None \end{procedure} \begin{function}{DiskFree} \Declaration -Function DiskFree (Drive: byte) : longint; +Function DiskFree (Drive: byte) : Int64; \Description @@ -245,7 +245,7 @@ These settings can be coded in \var{dos.pp}, in the initialization part. \html{\input{dosex/ex6.tex}} \begin{function}{DiskSize} \Declaration -Function DiskSize (Drive: byte) : longint; +Function DiskSize (Drive: byte) : Int64; \Description