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)
r++;
break;
case 'f':
SAFECOPY(file[f++],in_line+2);
strcpy(file[f++],in_line+2);
break;
case 't':
SAFECOPY(dist[r-1]->tag,in_line+2);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment