Commit dc6bb753 by Henrik Kjölhede

Fixed an error

parent 905f8792
...@@ -281,7 +281,7 @@ static int get_alloted(char *me, char *intype, char *link, struct alloted_s **al ...@@ -281,7 +281,7 @@ static int get_alloted(char *me, char *intype, char *link, struct alloted_s **al
* what to do if there are more than one applicable lines? not specified in the docs. * what to do if there are more than one applicable lines? not specified in the docs.
* since getline is implemented with realloc, we don't need to free line until exiting func. * since getline is implemented with realloc, we don't need to free line until exiting func.
*/ */
append_alloted(alloted, me, n); append_alloted(alloted, name, n);
count += n; count += n;
break; break;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment