Changes in src/molecule.cpp [e359a8:49e1ae]
- File:
-
- 1 edited
-
src/molecule.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/molecule.cpp
re359a8 r49e1ae 4 4 * 5 5 */ 6 7 #include <cstring> 6 8 7 9 #include "atom.hpp" … … 587 589 else 588 590 molname = filename; // contains no slashes 589 c har *endname = strchr(molname, '.');591 const char *endname = strchr(molname, '.'); 590 592 if ((endname == NULL) || (endname < molname)) 591 593 length = strlen(molname);
Note:
See TracChangeset
for help on using the changeset viewer.
