git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@2805 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2009-05-06 13:07:08 +00:00
parent e006e2c426
commit ccc857bd4e

View File

@ -1444,7 +1444,7 @@ int Variable::group_function(char *word, char *contents, Tree **tree,
if (ptr2) {
n = strlen(ptr2+1) + 1;
arg3 = new char[n];
strcpy(arg3,ptr1+1);
strcpy(arg3,ptr2+1);
narg = 3;
} else arg3 = NULL;