[Pkg-octave-commit] rev 512 - trunk/packages/octave/debian/patches

Rafael Laboissiere rafael at costa.debian.org
Tue Mar 14 13:29:37 UTC 2006


Author: rafael
Date: 2006-03-14 13:29:37 +0000 (Tue, 14 Mar 2006)
New Revision: 512

Modified:
   trunk/packages/octave/debian/patches/50_octave-value-list-resize-2.9.dpatch
Log:
Adjusted for compilation with g++ 4.1

Modified: trunk/packages/octave/debian/patches/50_octave-value-list-resize-2.9.dpatch
===================================================================
--- trunk/packages/octave/debian/patches/50_octave-value-list-resize-2.9.dpatch	2006-03-14 13:27:31 UTC (rev 511)
+++ trunk/packages/octave/debian/patches/50_octave-value-list-resize-2.9.dpatch	2006-03-14 13:29:37 UTC (rev 512)
@@ -15,7 +15,7 @@
    void resize (octave_idx_type n) { data.resize (n); }
  
 -  void resize (octave_idx_type n, const octave_value& val);
-+  void octave_value_list::resize (octave_idx_type n, const octave_value& val)
++  void resize (octave_idx_type n, const octave_value& val)
 +  {
 +    octave_idx_type len = length ();
 +  




More information about the Pkg-octave-commit mailing list