jlec        14/10/17 06:54:03

  Added:                pymol-1.7.3.1-maeffplugin.cpp.patch
  Log:
  sci-chemistry/pymol: Version Bump
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, RepoMan options: --force, 
signed Manifest commit with key B9D4F231BD1558AB!)

Revision  Changes    Path
1.1                  
sci-chemistry/pymol/files/pymol-1.7.3.1-maeffplugin.cpp.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pymol/files/pymol-1.7.3.1-maeffplugin.cpp.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pymol/files/pymol-1.7.3.1-maeffplugin.cpp.patch?rev=1.1&content-type=text/plain

Index: pymol-1.7.3.1-maeffplugin.cpp.patch
===================================================================
--- contrib/uiuc/plugins/molfile_plugin/src/maeffplugin_orig.cpp        
2014-02-07 19:50:50.132261610 -0800
+++ contrib/uiuc/plugins/molfile_plugin/src/maeffplugin.cpp     2014-02-07 
19:52:12.527797099 -0800
@@ -1983,7 +1983,7 @@
       }
     }
     catch (std::exception &e) {
-      fprintf(stderr, e.what());
+      fprintf(stderr, "%s", e.what());
       return MOLFILE_ERROR;
     }
     return MOLFILE_SUCCESS;




Reply via email to