Merge branch 'release-4-5-patches'
[alexxy/gromacs.git] / src / gmxlib / string2.c
index 8f5f20b3d4c9a87b0140084ac2ccee479072e6c0..1e91cb89a4735dfdeb8fbbe417b488a62f6896f7 100644 (file)
@@ -480,7 +480,7 @@ char *wrap_lines(const char *buf,int line_width, int indent,gmx_bool bIndentFirs
   return b2;
 }
 
-char **split(char sep,char *str)
+char **split(char sep,const char *str)
 {
   char **ptr = NULL;
   int  n,nn,nptr = 0;