Avoid signed overflow during mult-s16-test which intermittently failed. Patch by Mark H Weaver . --- pulseaudio-5.0/src/tests/mult-s16-test.c.orig 2014-01-23 13:57:55.000000000 -0500 +++ pulseaudio-5.0/src/tests/mult-s16-test.c 2014-10-24 03:13:46.464661815 -0400 @@ -55,7 +55,7 @@ START_TEST (mult_s16_test) { int16_t samples[SAMPLES]; int32_t volumes[SAMPLES]; - int32_t sum1 = 0, sum2 = 0; + uint32_t sum1 = 0, sum2 = 0; int i; pa_random(samples, sizeof(samples)); guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/doc/htmlxref.cnf
AgeCommit message (Expand)Author
2022-12-18doc: Update URLs for the manual and cookbook translations....Ludovic Courtès
2022-12-18doc: Add guile-netlink to 'htmlxref.cnf'....Ludovic Courtès
2022-08-05doc: Fix Guix manual URLs in 'htmlxref.cnf'....Ludovic Courtès
2022-06-16doc: Remove obsolete comment from htmlxref.cnf....Maxim Cournoyer
2022-04-08doc: Fix cookbook URLs in htmlxref.cnf....Ludovic Courtès
2021-10-04doc: Update htmlxref.cnf....Sarah Morgensen
2021-04-24doc: Fix cross-reference URL to translated manual....Julien Lepiller