[145106] trunk/dports/science/scamp/files/patch-field.c.diff

khindenburg at macports.org khindenburg at macports.org
Mon Jan 25 17:30:54 PST 2016


Revision: 145106
          https://trac.macports.org/changeset/145106
Author:   khindenburg at macports.org
Date:     2016-01-25 17:30:54 -0800 (Mon, 25 Jan 2016)
Log Message:
-----------
scamp: add missing patch #50438

Added Paths:
-----------
    trunk/dports/science/scamp/files/patch-field.c.diff

Added: trunk/dports/science/scamp/files/patch-field.c.diff
===================================================================
--- trunk/dports/science/scamp/files/patch-field.c.diff	                        (rev 0)
+++ trunk/dports/science/scamp/files/patch-field.c.diff	2016-01-26 01:30:54 UTC (rev 145106)
@@ -0,0 +1,13 @@
+# http://www.astromatic.net/forum/showthread.php?tid=1041
+# https://gist.githubusercontent.com/mwcraig/48da565e91669bf1b93a/raw/5e4ad72f6626e7866b733546f89d00b0dfe70434/field.c.diff
+--- src/field.c	2015-11-15 11:43:20.000000000 -0500
++++ src/field.c	2015-11-15 11:43:51.000000000 -0500
+@@ -340,7 +340,7 @@
+       nsample += set[n]->nsample;
+       free_tab(set[n]->imatab);
+       set[n]->imatab = NULL;
+-      set[n]->setindex = n++;
++      set[n]->setindex = n; n++;
+       }
+ 
+   field->nsample = nsample;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160125/2ffebf0f/attachment.html>


More information about the macports-changes mailing list