Skip to content
Snippets Groups Projects
Commit a4548845 authored by Mark Grondona's avatar Mark Grondona
Browse files

o Change fragments like: "i = strlen(foo); bar = xmalloc(i+1); strcpy(bar,foo)

   to "bar = xstrdup(foo);":
parent 270259dc
No related branches found
No related tags found
Loading
Loading
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