Skip to content
Snippets Groups Projects
Commit 7d0b99f0 authored by rswindell's avatar rswindell
Browse files

Bugfix: can't use SAFECOPY on a pointer.

parent 73856311
No related branches found
No related tags found
No related merge requests found
...@@ -677,7 +677,7 @@ get_distlist(void) ...@@ -677,7 +677,7 @@ get_distlist(void)
r++; r++;
break; break;
case 'f': case 'f':
SAFECOPY(file[f++],in_line+2); strcpy(file[f++],in_line+2);
break; break;
case 't': case 't':
SAFECOPY(dist[r-1]->tag,in_line+2); SAFECOPY(dist[r-1]->tag,in_line+2);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment