These forums are archived

See this post for further info

get_iplayer forums

Forum archived. Posting disabled.

Bug in XML output?

user-602

Hiya,

Just tried upgrading to the latest git version as recommended in the earlier post and on diffing the changes I noticed that line 2379 changed; this is in some XML output code that seems to be handling certain letters. The old code ready:

Code:
            'Q-R' => '[qr]',



The new code reads:

Code:
            'Q-R' => '[qt]',



which doesn't seem right to me; if I'm reading that right, you'll lose the letter 'r' when the regex is applied?

--
Gerph.

user-2

You don't have the latest code - you have the code from the last release. I think you must have downloaded from the last release tag rather than Git HEAD.

user-2

The other possibility is that you diffed in the wrong direction.

user-602

Quote:<div class="d4p-bbp-quote-title">Quote:</div>The other possibility is that you diffed in the wrong direction.

Oh. Yes, I just tried again and noticed I swapped old and new.
Sorry, I feel an idiot now! :-(

These forums are archived

See this post for further info