Changes in molecuilder/src/molecule.cpp [3d4969:e6fe8a]
- File:
-
- 1 edited
-
molecuilder/src/molecule.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/molecule.cpp
r3d4969 re6fe8a 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.
