--- libaitio/src/Attic/url.c 2010/03/02 16:45:23 1.1.2.2 +++ libaitio/src/Attic/url.c 2010/03/04 08:10:57 1.1.2.3 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: url.c,v 1.1.2.2 2010/03/02 16:45:23 misho Exp $ +* $Id: url.c,v 1.1.2.3 2010/03/04 08:10:57 misho Exp $ * *************************************************************************/ #include "global.h" @@ -116,9 +116,9 @@ int ioURLGet(const char *csURL, struct tagIOURL *url) /* * io_MakeArray() Parse and make array of arguments values - * @psArgs = Input arguments line ... (will be destroed after procced function!) + * @psArgs = Input arguments line * @csDelim = Delimiter(s) for separate - * @args = Output array of arguments + * @args = Output array of arguments ... (must be free() after procced function!) * @nargs = Requested count of arguments * return: 0 error format; -1 error:: can`t read; >0 ok, number of readed items */