rpms/plplot/devel plplot-5.9.4-octave32.patch,1.1,1.2

Orion Poplawski orion at fedoraproject.org
Fri Aug 14 04:11:19 UTC 2009


Author: orion

Update of /cvs/pkgs/rpms/plplot/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11047

Modified Files:
	plplot-5.9.4-octave32.patch 
Log Message:
typo


plplot-5.9.4-octave32.patch:
 closefig.m |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: plplot-5.9.4-octave32.patch
===================================================================
RCS file: /cvs/pkgs/rpms/plplot/devel/plplot-5.9.4-octave32.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- plplot-5.9.4-octave32.patch	14 Aug 2009 03:36:13 -0000	1.1
+++ plplot-5.9.4-octave32.patch	14 Aug 2009 04:11:19 -0000	1.2
@@ -5,7 +5,7 @@
    global __pl
  
 -  if ( !(exist "__pl") || !struct_contains (__pl,"inited"))
-+  if ( !(exist (__pl")) || !struct_contains (__pl,"inited"))
++  if ( !(exist ("__pl")) || !struct_contains (__pl,"inited"))
      return;
    endif
  




More information about the scm-commits mailing list