openmopac / mopac

Molecular Orbital PACkage
http://openmopac.net
GNU Lesser General Public License v3.0
111 stars 31 forks source link

Fix PDBOUT long comments #198

Closed godotalgorithm closed 5 months ago

godotalgorithm commented 5 months ago

I received a bug report by email where a long comment written by the PDBOUT keyword was causing a string buffer to overflow because the line wrapping was not handled correctly. This PR fixes this bug and also fixes a CI problem caused by a new version of QTIFW that isn't correctly installing on the GHA runners.

Status

codecov[bot] commented 5 months ago

Codecov Report

Attention: Patch coverage is 0% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 66.76%. Comparing base (a21897e) to head (df8ea15).

Files Patch % Lines
src/chemistry/ligand.F90 0.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #198 +/- ## ========================================== - Coverage 66.77% 66.76% -0.01% ========================================== Files 332 332 Lines 74071 74071 ========================================== - Hits 49458 49456 -2 - Misses 24613 24615 +2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.