From ceb5ab1430062bbe0bb3bb5329a70f92976ba085 Mon Sep 17 00:00:00 2001 From: peter Date: Fri, 30 Oct 1998 15:47:11 +0000 Subject: [PATCH] * fixed glob, which did not reset the root --- rtl/linux/linux.pp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/rtl/linux/linux.pp b/rtl/linux/linux.pp index 37f8ab14af..6b69d2c88b 100644 --- a/rtl/linux/linux.pp +++ b/rtl/linux/linux.pp @@ -3097,6 +3097,8 @@ begin end; {get the entries} new(root); + root^.next:=nil; + root^.name:=nil; run:=root; repeat buffer:=Sys_readdir(thedir); @@ -3513,7 +3515,10 @@ End. { $Log$ - Revision 1.22 1998-10-23 00:05:32 peter + Revision 1.23 1998-10-30 15:47:11 peter + * fixed glob, which did not reset the root + + Revision 1.22 1998/10/23 00:05:32 peter * getenv with envp=nil check Revision 1.21 1998/10/15 08:31:11 peter