• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Syntax Parsing Problem
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Syntax Parsing Problem


  • Subject: Re: Syntax Parsing Problem
  • From: James Bucanek <email@hidden>
  • Date: Mon, 1 Jan 2007 22:17:14 -0700

Curtis Jones wrote on Monday, January 1, 2007:

>I'm hoping there's a simple work-around for this. Everything following
>this line of code is no longer properly idented:
>
>   string_append(request, "Accept: */*\r\n", STRING_CSTR);
>
>if I remove the first asterisk, everything goes back to being happy.
>Any ideas on how I can get around this ...

Very bizarre. I bet this would work:

    #define ACCEPT_PROMPT "Accept: */*\r\n"

    ...

        string_append(request, ACCEPT_PROMPT, STRING_CSTR);

Don't forget to file a bug report.


James Bucanek
____________________________________________________________________
Author of Beginning Xcode                           ISBN: 047175479X
<http://www.beginningxcode.com/>
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >Syntax Parsing Problem (From: "Curtis Jones" <email@hidden>)

  • Prev by Date: Syntax Parsing Problem
  • Next by Date: Re: Syntax Parsing Problem
  • Previous by thread: Syntax Parsing Problem
  • Next by thread: Re: Syntax Parsing Problem
  • Index(es):
    • Date
    • Thread