summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Hüttel <dilfridge@gentoo.org>2009-10-08 16:57:14 +0000
committerAndreas Hüttel <dilfridge@gentoo.org>2009-10-08 16:57:14 +0000
commit737eaddf9832ba69e38e4633e5002412ee08cba7 (patch)
tree11512ec44f3b9507531f93266ae56cb0cef2af55 /sci-visualization/spyview/files/spyview-20090910-assert.patch
parentapp-admin/noobjuice-viewer: Removed unneeded noobjuice-viewer-0.1.ebuild (diff)
downloadsunrise-737eaddf9832ba69e38e4633e5002412ee08cba7.tar.gz
sunrise-737eaddf9832ba69e38e4633e5002412ee08cba7.tar.bz2
sunrise-737eaddf9832ba69e38e4633e5002412ee08cba7.zip
sci-visualization/spyview: Version bump. Most patches are integrated now.
svn path=/sunrise/; revision=9341
Diffstat (limited to 'sci-visualization/spyview/files/spyview-20090910-assert.patch')
-rw-r--r--sci-visualization/spyview/files/spyview-20090910-assert.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/sci-visualization/spyview/files/spyview-20090910-assert.patch b/sci-visualization/spyview/files/spyview-20090910-assert.patch
deleted file mode 100644
index e4381bf04..000000000
--- a/sci-visualization/spyview/files/spyview-20090910-assert.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -U 9 -r spyview-2009-09-10-00_02.orig/spyview/spyview.C spyview-2009-09-10-00_02/spyview/spyview.C
---- spyview-2009-09-10-00_02.orig/spyview/spyview.C 2009-09-09 13:20:18.000000000 +0200
-+++ spyview-2009-09-10-00_02/spyview/spyview.C 2009-09-11 23:47:14.000000000 +0200
-@@ -843,19 +843,19 @@
- {
- spypal->win->show();
- colormap_callback = spypal_cb;
- spypal_cb();
- return;
- }
- else
- colormap_callback = NULL;
-
-- assert(index > 0);
-+ assert(index >= 0); //lets see what this does
- assert(index < cmapfiles.size());
-
- //info("userdata for %s is %d\n", cmapch->value(), index);
- const char *filename = cmapfiles[index].c_str();
- //info("loading file _%s_ from index %d, text _%s_\n", cmapfiles[index].c_str(), index, cmapch->text(cmapch->value()));
- pixel **image;
- pixval maxval;
- int rows, cols;
-