Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/nted/files: nted-1.6.0-time-signature.patch
Date: Thu, 02 Jul 2009 14:22:53
Message-Id: E1MMNBc-0000m6-4t@stork.gentoo.org
1 hwoarang 09/07/02 14:22:52
2
3 Added: nted-1.6.0-time-signature.patch
4 Log:
5 Revbump, include time signature patch thanks to Matthias Vill
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 media-sound/nted/files/nted-1.6.0-time-signature.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/nted/files/nted-1.6.0-time-signature.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/nted/files/nted-1.6.0-time-signature.patch?rev=1.1&content-type=text/plain
13
14 Index: nted-1.6.0-time-signature.patch
15 ===================================================================
16 diff -ru nted-1.6.0/mainwindow.cpp nted-1.6.0-p1/mainwindow.cpp
17 --- nted-1.6.0/mainwindow.cpp 2009-06-29 11:02:58.000000000 +0200
18 +++ nted-1.6.0-p1/mainwindow.cpp 2009-07-02 14:57:38.000000000 +0200
19 @@ -4749,7 +4749,7 @@
20 }
21 }
22 if (NedResource::m_error_message == NULL) {
23 - if (!NedResource::readInt(fp, &num) || num > 9 || num < 0) {
24 + if (!NedResource::readInt(fp, &num) || num > 20 || num < 0) {
25 NedResource::m_error_message = "NUMERATOR value expected";
26 }
27 }