Gentoo Archives: gentoo-commits

From: "Markus Dittrich (markusle)" <markusle@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/octave/files: octave-3.2.0-dlmwrite.patch
Date: Wed, 09 Sep 2009 02:59:41
Message-Id: E1MlDPH-0000AX-JQ@stork.gentoo.org
1 markusle 09/09/09 02:59:39
2
3 Added: octave-3.2.0-dlmwrite.patch
4 Log:
5 Fixed typo in dlmwrite (bug #283315).
6 (Portage version: 2.1.6.13/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 sci-mathematics/octave/files/octave-3.2.0-dlmwrite.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/octave/files/octave-3.2.0-dlmwrite.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/octave/files/octave-3.2.0-dlmwrite.patch?rev=1.1&content-type=text/plain
13
14 Index: octave-3.2.0-dlmwrite.patch
15 ===================================================================
16 diff -Naur octave-3.2.0/scripts/io/dlmwrite.m octave-3.2.0.new/scripts/io/dlmwrite.m
17 --- octave-3.2.0/scripts/io/dlmwrite.m 2009-05-25 02:04:59.000000000 -0400
18 +++ octave-3.2.0.new/scripts/io/dlmwrite.m 2009-09-08 22:08:40.000000000 -0400
19 @@ -85,7 +85,7 @@
20 function dlmwrite (file, a, varargin)
21
22 if (nargin < 2 || ! ischar (file))
23 - ptint_usage ();
24 + print_usage ();
25 endif
26
27 ## set defaults