summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/nted/files')
-rw-r--r--media-sound/nted/files/nted-1.6.0-time-signature.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/media-sound/nted/files/nted-1.6.0-time-signature.patch b/media-sound/nted/files/nted-1.6.0-time-signature.patch
new file mode 100644
index 000000000000..6b8c5f146bf8
--- /dev/null
+++ b/media-sound/nted/files/nted-1.6.0-time-signature.patch
@@ -0,0 +1,12 @@
+diff -ru nted-1.6.0/mainwindow.cpp nted-1.6.0-p1/mainwindow.cpp
+--- nted-1.6.0/mainwindow.cpp 2009-06-29 11:02:58.000000000 +0200
++++ nted-1.6.0-p1/mainwindow.cpp 2009-07-02 14:57:38.000000000 +0200
+@@ -4749,7 +4749,7 @@
+ }
+ }
+ if (NedResource::m_error_message == NULL) {
+- if (!NedResource::readInt(fp, &num) || num > 9 || num < 0) {
++ if (!NedResource::readInt(fp, &num) || num > 20 || num < 0) {
+ NedResource::m_error_message = "NUMERATOR value expected";
+ }
+ }