From 323ae9b94a71404a93cedfbcf538e6902e66d052 Mon Sep 17 00:00:00 2001 From: peter Date: Thu, 29 Jul 1999 01:40:21 +0000 Subject: [PATCH] * fsplit var type fixes --- utils/ppumove.pp | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/utils/ppumove.pp b/utils/ppumove.pp index b9387d6908..e0919396de 100644 --- a/utils/ppumove.pp +++ b/utils/ppumove.pp @@ -198,8 +198,10 @@ Function ExtractLib(const libfn:string):string; wildcard } var - n,d,e : string; - i : word; + n : namestr; + d : dirstr; + e : extstr; + i : word; begin { create the temp dir first } fsplit(libfn,d,n,e); @@ -580,7 +582,10 @@ begin end. { $Log$ - Revision 1.4 1999-07-28 16:53:58 peter + Revision 1.5 1999-07-29 01:40:21 peter + * fsplit var type fixes + + Revision 1.4 1999/07/28 16:53:58 peter * updated for new linking, but still doesn't work because ld-linux.so.2 requires some more crt*.o files