aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-chemistry/shiftx/files/1.1-bfr-overflow.patch')
-rw-r--r--sci-chemistry/shiftx/files/1.1-bfr-overflow.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/sci-chemistry/shiftx/files/1.1-bfr-overflow.patch b/sci-chemistry/shiftx/files/1.1-bfr-overflow.patch
deleted file mode 100644
index 68507a364..000000000
--- a/sci-chemistry/shiftx/files/1.1-bfr-overflow.patch
+++ /dev/null
@@ -1,16 +0,0 @@
- Display.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/Display.c b/Display.c
-index 671d3ee..9a03c48 100644
---- a/Display.c
-+++ b/Display.c
-@@ -85,7 +85,7 @@ DISPLAY_DATA *CreateDisplayData( int len, int prop, int nuc )
- void display_selected_nucleus( DISPLAY_DATA *d )
- {
- int i, j;
-- char nucleus[5];
-+ char nucleus[8];
-
- /* Print Header Information */
-