]> git.pld-linux.org Git - packages/ntp.git/blob - ntp-printf_format_string.patch
- s/printf/puts/
[packages/ntp.git] / ntp-printf_format_string.patch
1 diff -ruNp ntp-4.2.8p3.orig/sntp/unity/unity.c ntp-4.2.8p3/sntp/unity/unity.c
2 --- ntp-4.2.8p3.orig/sntp/unity/unity.c 2015-06-24 16:45:12.000000000 +0200
3 +++ ntp-4.2.8p3/sntp/unity/unity.c      2015-08-01 23:09:13.789456521 +0200
4 @@ -327,7 +327,7 @@ void UnityConcludeTest(void)
5                         }
6  
7                         printf("| ");
8 -                       printf(Unity.XFAILMessage);
9 +                       puts(Unity.XFAILMessage);
10                         Unity.XFAILMessage = NULL;
11                 }
12                 else
This page took 0.038009 seconds and 4 git commands to generate.