Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/molecule.cpp

    re6fe8a r3d4969  
    44 *
    55 */
    6 
    7 #include <cstring>
    86
    97#include "atom.hpp"
     
    589587  else
    590588    molname = filename; // contains no slashes
    591   const char *endname = strchr(molname, '.');
     589  char *endname = strchr(molname, '.');
    592590  if ((endname == NULL) || (endname < molname))
    593591    length = strlen(molname);
Note: See TracChangeset for help on using the changeset viewer.