aboutsummaryrefslogtreecommitdiff
path: root/academic/wxmacmolplt/wxmacmolplt-7.4.3-kdiag.patch
diff options
context:
space:
mode:
authorDaniil Bratashov <dn2010@gmail.com>2012-04-02 14:53:16 -0400
committerErik Hanson <erik@slackbuilds.org>2012-04-02 17:11:39 -0500
commit43bef7ac040411ba93e609a7a0dd198eae7b4660 (patch)
treef842a0b8437a879854d218099fb739b90cb93110 /academic/wxmacmolplt/wxmacmolplt-7.4.3-kdiag.patch
parentfbf6db4c35d4bd0558f06f309c51408f926fb9fa (diff)
academic/wxmacmolplt: Updated for version 7.4.3.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'academic/wxmacmolplt/wxmacmolplt-7.4.3-kdiag.patch')
-rw-r--r--academic/wxmacmolplt/wxmacmolplt-7.4.3-kdiag.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/academic/wxmacmolplt/wxmacmolplt-7.4.3-kdiag.patch b/academic/wxmacmolplt/wxmacmolplt-7.4.3-kdiag.patch
new file mode 100644
index 0000000000000..f9e48f9d6b23b
--- /dev/null
+++ b/academic/wxmacmolplt/wxmacmolplt-7.4.3-kdiag.patch
@@ -0,0 +1,12 @@
+--- src/Files.cpp.orig 2012-03-24 18:51:08.000000000 +0400
++++ src/Files.cpp 2012-03-24 18:51:54.000000000 +0400
+@@ -3892,7 +3892,9 @@
+ sscanf(&(LineText[6]), "%d", &temp);
+ SetDiag(temp);
+ }
++ Buffer->SetFilePos(EndPos);
+ }
++
+ long MolDisplayWin::OpenGAMESSTRJ(BufferFile * Buffer, bool Append, long flip, float offset)
+ {
+ TypeOfRun runType=InvalidRunType;