Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/molecule.cpp

    re359a8 r49e1ae  
    44 *
    55 */
     6
     7#include <cstring>
    68
    79#include "atom.hpp"
     
    587589  else
    588590    molname = filename; // contains no slashes
    589   char *endname = strchr(molname, '.');
     591  const char *endname = strchr(molname, '.');
    590592  if ((endname == NULL) || (endname < molname))
    591593    length = strlen(molname);
Note: See TracChangeset for help on using the changeset viewer.