diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2021-02-16 20:33:54 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2021-02-16 20:33:54 +0100 |
commit | 7380432da53456fb70684627226c73df74fe3ea7 (patch) | |
tree | 8154a9c6ba635676d9dd3997ddd2644fa68012ed /debian/patches/0150-i386-test.patch | |
parent | 64ddd1a4dfcefd11f662f5cf4bb05b590d901a97 (diff) |
Refresh, remove and new patches
Diffstat (limited to 'debian/patches/0150-i386-test.patch')
-rw-r--r-- | debian/patches/0150-i386-test.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches/0150-i386-test.patch b/debian/patches/0150-i386-test.patch index 4c064c5..70681dd 100644 --- a/debian/patches/0150-i386-test.patch +++ b/debian/patches/0150-i386-test.patch @@ -8,7 +8,7 @@ Index: trunk/testsuite/backend/genesys/tests_image.cpp =================================================================== --- trunk.orig/testsuite/backend/genesys/tests_image.cpp +++ trunk/testsuite/backend/genesys/tests_image.cpp -@@ -124,14 +124,14 @@ void test_set_pixel_to_row() +@@ -122,14 +122,14 @@ void test_set_pixel_to_row() pixel = Pixel(0x1200, 0x1200, 0x1200); set_pixel_to_row(data.data(), 0, pixel, PixelFormat::I8); @@ -27,7 +27,7 @@ Index: trunk/testsuite/backend/genesys/tests_image.cpp reset(); pixel = Pixel(0x1200, 0x3400, 0x5600); -@@ -160,14 +160,14 @@ void test_set_pixel_to_row() +@@ -158,14 +158,14 @@ void test_set_pixel_to_row() pixel = Pixel(0x1234, 0x1234, 0x1234); set_pixel_to_row(data.data(), 0, pixel, PixelFormat::I16); |