]> git.pld-linux.org Git - packages/satyr.git/blob - satyr-format.patch
- updated to 0.14
[packages/satyr.git] / satyr-format.patch
1 --- satyr-0.14/lib/core_unwind_elfutils.c.orig  2014-03-26 16:23:25.000000000 +0100
2 +++ satyr-0.14/lib/core_unwind_elfutils.c       2014-06-14 16:40:38.064971360 +0200
3 @@ -166,7 +166,7 @@
4              set_error_dwfl("dwfl_getthreads");
5          else if (ret == DWARF_CB_ABORT)
6          {
7 -            set_error(thread_arg.error_msg);
8 +            set_error("%s", thread_arg.error_msg);
9              free(thread_arg.error_msg);
10          }
11          else
This page took 0.026852 seconds and 3 git commands to generate.