RE: problem when using RECORDS_FROM_FILE
Status: Alpha
Brought to you by:
coroberti
From: Matt L. <mat...@av...> - 2008-11-13 15:38:26
|
Robert, Yes, this issue was resolved by using Gary's workaround below. Thanks, Matt Love From: Robert Iakobashvili [mailto:cor...@gm...] Sent: Tuesday, November 11, 2008 6:47 PM To: curl-loader-devel Subject: Re: problem when using RECORDS_FROM_FILE Hi Matt, On Tue, Nov 4, 2008 at 6:45 PM, Gary Fitts <ga...@in...> wrote: Matt, I've recently started using curl-loader, and I ran into this too. I think we're extending the use of FORM_STRING beyond what was originally intended. I fixed this in the source file parse_config.c by changing the line if (ftype != FORM_USAGETYPE_AS_IS) to if (ftype != FORM_USAGETYPE_AS_IS && ftype != FORM_USAGETYPE_RECORDS_FROM_FILE) Maybe you could give this a try. It seems to work for me, although I'm still testing this along with a few other changes. Gary Fitts Is the issue solved, or you need me to investigate it? Sincerely, Robert |