http://gambaswiki.org/bugtracker/edit?object=BUG.940&from=L21haW4-

Comment #6 by Zainudin AHMAD:

This is my patch, it's seems work

diff -urNaX /tmp/gambas-patch-ignore a/.src/Project.module b/.src/Project.module
--- a/.src/Project.module       2016-07-16 22:15:28.000000000 +0700
+++ b/.src/Project.module       2016-07-16 22:16:01.000000000 +0700
@@ -5705,7 +5705,7 @@
   If Not Access(sPath, gb.Write) Then Return True
 
   Do
-    If sPath = Project.Dir Or If sPath = "/" Or If Not sPath Then Break
+    If sPath = Project.Dir Or If IsFake(Project.Dir) Or If sPath = "/" Or If 
Not sPath Then Break
     If Stat(sPath).Type = gb.Link Then
       Return True
     Endif



------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity planning
reports.http://sdm.link/zohodev2dev
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to