aboutsummaryrefslogtreecommitdiff
path: root/audio/faad/files/patch-frontend_main_c
diff options
context:
space:
mode:
Diffstat (limited to 'audio/faad/files/patch-frontend_main_c')
-rw-r--r--audio/faad/files/patch-frontend_main_c38
1 files changed, 0 insertions, 38 deletions
diff --git a/audio/faad/files/patch-frontend_main_c b/audio/faad/files/patch-frontend_main_c
deleted file mode 100644
index 5549edb37e89..000000000000
--- a/audio/faad/files/patch-frontend_main_c
+++ /dev/null
@@ -1,38 +0,0 @@
---- frontend/main.c.orig Thu Nov 6 16:45:08 2003
-+++ frontend/main.c Wed Dec 10 06:27:37 2003
-@@ -1074,7 +1074,7 @@
- if (optarg)
- {
- char dr[10];
-- if (sscanf(optarg, "%s", dr) < 1) {
-+ if (sscanf(optarg, "%9s", dr) < 1) {
- def_srate = 0;
- } else {
- def_srate = atoi(dr);
-@@ -1085,7 +1085,7 @@
- if (optarg)
- {
- char dr[10];
-- if (sscanf(optarg, "%s", dr) < 1)
-+ if (sscanf(optarg, "%9s", dr) < 1)
- {
- format = 1;
- } else {
-@@ -1099,7 +1099,7 @@
- if (optarg)
- {
- char dr[10];
-- if (sscanf(optarg, "%s", dr) < 1)
-+ if (sscanf(optarg, "%9s", dr) < 1)
- {
- outputFormat = FAAD_FMT_16BIT; /* just use default */
- } else {
-@@ -1113,7 +1113,7 @@
- if (optarg)
- {
- char dr[10];
-- if (sscanf(optarg, "%s", dr) < 1)
-+ if (sscanf(optarg, "%9s", dr) < 1)
- {
- object_type = LC; /* default */
- } else {