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