|
From: John M M. <jo...@us...> - 2003-02-08 18:26:26
|
Update of /cvsroot/squeak/squeak/platforms/Mac OS/plugins/FilePlugin
In directory sc8-pr-cvs1:/tmp/cvs-serv13468/squeak/platforms/Mac OS/plugins/FilePlugin
Modified Files:
sqMacDirectory.c
Log Message:
3.5.0b1 On a directory delete we need to invalidate the internal cache if the directory being deleted is the cached directory
Index: sqMacDirectory.c
===================================================================
RCS file: /cvsroot/squeak/squeak/platforms/Mac OS/plugins/FilePlugin/sqMacDirectory.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** sqMacDirectory.c 6 Aug 2002 21:40:26 -0000 1.6
--- sqMacDirectory.c 8 Feb 2003 18:26:23 -0000 1.7
***************
*** 140,143 ****
--- 140,146 ----
}
+ if (equalsLastPath(pathString, pathStringLength))
+ lastPathValid = false;
+
#if defined(__MWERKS__)
{
|