diff options
author | 2007-03-17 00:33:19 +0000 | |
---|---|---|
committer | 2007-03-17 00:33:19 +0000 | |
commit | af12a277c683789245f0f1734322831351eb85be (patch) | |
tree | c9f3bbb543b71153ff97485fd559a0d05dc511ee /sys-apps/memtest86/files/memtest86-3.3-funky-test.patch | |
parent | Add support for USE=static #170700 by Nguyen Thai Ngoc Duy. (diff) | |
download | gentoo-2-af12a277c683789245f0f1734322831351eb85be.tar.gz gentoo-2-af12a277c683789245f0f1734322831351eb85be.tar.bz2 gentoo-2-af12a277c683789245f0f1734322831351eb85be.zip |
Version bump #169685 by ScytheMan.
(Portage version: 2.1.2.2)
Diffstat (limited to 'sys-apps/memtest86/files/memtest86-3.3-funky-test.patch')
-rw-r--r-- | sys-apps/memtest86/files/memtest86-3.3-funky-test.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sys-apps/memtest86/files/memtest86-3.3-funky-test.patch b/sys-apps/memtest86/files/memtest86-3.3-funky-test.patch new file mode 100644 index 000000000000..68fd355b2e08 --- /dev/null +++ b/sys-apps/memtest86/files/memtest86-3.3-funky-test.patch @@ -0,0 +1,15 @@ +i can only guess at what this test was trying to accomplish ... + +ive submitted this upstream + +--- main.c ++++ main.c +@@ -465,7 +465,7 @@ + } + compute_segments(window); + window = 0; +- for (v->pass_ticks=0, i=0; i<DEFTESTS != NULL; i++) { ++ for (v->pass_ticks=0, i=0; i<DEFTESTS; i++) { + + /* Test to see if this test is selected for execution */ + if (v->testsel >= 0) { |