summaryrefslogtreecommitdiffstats
path: root/import-layers/yocto-poky/meta/recipes-devtools/expect/expect/0001-Resolve-string-formatting-issues.patch
diff options
context:
space:
mode:
Diffstat (limited to 'import-layers/yocto-poky/meta/recipes-devtools/expect/expect/0001-Resolve-string-formatting-issues.patch')
-rw-r--r--import-layers/yocto-poky/meta/recipes-devtools/expect/expect/0001-Resolve-string-formatting-issues.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/import-layers/yocto-poky/meta/recipes-devtools/expect/expect/0001-Resolve-string-formatting-issues.patch b/import-layers/yocto-poky/meta/recipes-devtools/expect/expect/0001-Resolve-string-formatting-issues.patch
deleted file mode 100644
index af1d8c626..000000000
--- a/import-layers/yocto-poky/meta/recipes-devtools/expect/expect/0001-Resolve-string-formatting-issues.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From 107cc370705d8520ba42f1416d89ed3544277c83 Mon Sep 17 00:00:00 2001
-From: Alexander Kanavin <alex.kanavin@gmail.com>
-Date: Thu, 23 Mar 2017 13:44:41 +0200
-Subject: [PATCH] Resolve string formatting issues.
-
-Upstream-Status: Inappropriate [upstream seems dead]
-Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
----
- exp_clib.c | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/exp_clib.c b/exp_clib.c
-index 172c05e..809200e 100644
---- a/exp_clib.c
-+++ b/exp_clib.c
-@@ -1476,8 +1476,8 @@ expDiagLogU(str)
- char *str;
- {
- if (exp_is_debugging) {
-- fprintf(stderr,str);
-- if (exp_logfile) fprintf(exp_logfile,str);
-+ fprintf(stderr, "%s", str);
-+ if (exp_logfile) fprintf(exp_logfile, "%s", str);
- }
- }
-
---
-2.11.0
-
OpenPOWER on IntegriCloud