summaryrefslogtreecommitdiff
path: root/audio/audacity/patches/patch-bb
diff options
context:
space:
mode:
Diffstat (limited to 'audio/audacity/patches/patch-bb')
-rw-r--r--audio/audacity/patches/patch-bb15
1 files changed, 0 insertions, 15 deletions
diff --git a/audio/audacity/patches/patch-bb b/audio/audacity/patches/patch-bb
deleted file mode 100644
index 87389bc3044..00000000000
--- a/audio/audacity/patches/patch-bb
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-bb,v 1.2 2015/04/20 13:38:23 rodent Exp $
-
-Bounds checking.
-
---- lib-src/portsmf/strparse.h.orig 2015-03-02 01:07:05.000000000 +0000
-+++ lib-src/portsmf/strparse.h
-@@ -10,7 +10,7 @@ public:
- }
- void skip_space();
- char peek();
-- void get_nonspace_quoted(std::string &field);
-+ void get_nonspace_quoted(std::string &field, int flen);
- // get the remaining characters, skipping initial spaces and final return
- void get_remainder(std::string &field);
- };