[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-bug: gnet-cascade.scm patch



Full_Name: Dan McMahill
Version: rev 1.1 of gnet-cascade.scm
OS: NetBSD, Solaris
Submission from: (NULL) (24.30.22.113)


Hi Ales,

Managed to give you a gnet-cascade.scm with a bug in it.  This patch should make
it all happy.

-Dan

--- gnet-cascade.scm    4 Jan 2004 03:50:03 -0000       1.1
+++ gnet-cascade.scm    22 Mar 2004 03:04:35 -0000
@@ -77,5 +77,5 @@
                    )
                )
-             (cascade:write-source2 port (cdr pkgs) )
+             (cascade:write-source port (cdr pkgs) )
              )
          )