]> git.pld-linux.org Git - packages/qpid-proton.git/blob - qpid-proton-format.patch
- unconditional noarch subpackages
[packages/qpid-proton.git] / qpid-proton-format.patch
1 --- qpid-proton-0.32.0/c/tests/threaderciser.c.orig     2020-10-13 19:03:31.807418794 +0200
2 +++ qpid-proton-0.32.0/c/tests/threaderciser.c  2020-10-13 19:03:34.654070039 +0200
3 @@ -94,7 +94,7 @@
4    char msg[256];
5    char *i = msg;
6    char *end = i + sizeof(msg);
7 -  i += assert_no_err(snprintf(i, end-i, "(%lx) ", (uintptr_t) pthread_self()));
8 +  i += assert_no_err(snprintf(i, end-i, "(%tx) ", (uintptr_t) pthread_self()));
9    if (i < end) {
10      va_list ap;
11      va_start(ap, fmt);
This page took 0.059233 seconds and 3 git commands to generate.