diff options
author | Daniil Bratashov <dn2010@gmail.com> | 2010-05-13 00:20:30 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-13 00:20:30 +0200 |
commit | 75c5e5f698c543c456ba6e8ec15d13c16b8f2723 (patch) | |
tree | 7fe1aaf09ea024f5c21d8caf9c98c1cee77375a7 /academic/wxmacmolplt/wxmacmolplt-7.4-firefly.patch | |
parent | 4c3794d742d4056ee42f8754053e01f5712f9f2f (diff) | |
download | slackbuilds-75c5e5f698c543c456ba6e8ec15d13c16b8f2723.tar.gz |
academic/wxmacmolplt: Updated for version 7.4
Diffstat (limited to 'academic/wxmacmolplt/wxmacmolplt-7.4-firefly.patch')
-rw-r--r-- | academic/wxmacmolplt/wxmacmolplt-7.4-firefly.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/academic/wxmacmolplt/wxmacmolplt-7.4-firefly.patch b/academic/wxmacmolplt/wxmacmolplt-7.4-firefly.patch new file mode 100644 index 0000000000..540ec0bb5c --- /dev/null +++ b/academic/wxmacmolplt/wxmacmolplt-7.4-firefly.patch @@ -0,0 +1,11 @@ +--- a/src/BFiles.cpp 2009-11-13 06:42:20.000000000 +0300 ++++ b/src/BFiles.cpp 2009-12-09 21:08:16.000000000 +0300 +@@ -294,6 +294,8 @@ + while ((ByteCount <= FileSize)&&(Type == kUnknown)) { + if (LocateKeyWord("GAMESS VERSION", 14, -1)) + Type = kGAMESSlogType; ++ else if (LocateKeyWord("Firefly (PC GAMESS) version", 27, -1)) ++ Type = kGAMESSlogType; + else if (LocateKeyWord("===== IRC DATA PACKET", 21, -1)) + Type = kGAMESSTRJType; + else if (LocateKeyWord("===== DRC DATA PACKET", 21, -1)) |