4 Apr
2006
4 Apr
'06
9:53 a.m.
"James Hawkins" <truiken(a)gmail.com> writes:
Changelog: * Rewrite get_parameter so that it can handle empty parameters.
You are still parsing the whole string for every parameter, this is O(n^2) which isn't very nice. What you want is a strtok-style function to retrieve parameters sequentially. -- Alexandre Julliard julliard(a)winehq.org