Re: [Evolution] Evolution-3.2.2: Opening calendar to a specified date?



On Tue, 2011-12-13 at 14:38 +0530, Chenthill wrote:
What I see is that the query starts with '?' parameters are
separated by '&', but don't understand why the value is assigned with
'=&'. It is the same for address-book as well. I think Matthew should
know this better.. 

http://git.gnome.org/browse/evolution/commit/?id=f2b2d42471dc6a820c94f8888bd4f13a5c00a530

        Hi,
I guess you aim at this line:
  +        header_len = strcspn (cp, "=&");
It stops on the first character from "=&". Then it checks it stopped on
'=', as it's supposed to be the parameter name, then, few lines below,
searches for the ending '&', as it's the separator between parameters.
That means the value is not assigned with "=&".

Maybe I just misunderstood something, and if so, please correct me.
        Bye,
        Milan




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]