search for: a9c5219

Displaying 1 result from an estimated 1 matches for "a9c5219".

Did you mean: 3975219
2007 Oct 18
0
18 commits - doc/swfdec-sections.txt libswfdec/Makefile.am libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_strings.c libswfdec/swfdec_button_movie.c libswfdec/swfdec_event.c libswfdec/swfdec_event.h libswfdec/swfdec_flash_security.c
...ctions.txt @@ -61,6 +61,7 @@ swfdec_url_get_protocol swfdec_url_has_protocol swfdec_url_get_query swfdec_url_get_url +swfdec_url_is_local swfdec_url_new swfdec_url_new_relative <SUBSECTION Standard> diff --git a/libswfdec/swfdec_flash_security.c b/libswfdec/swfdec_flash_security.c index a9c5219..4b27c53 100644 --- a/libswfdec/swfdec_flash_security.c +++ b/libswfdec/swfdec_flash_security.c @@ -50,13 +50,10 @@ swfdec_flash_security_allow_url (SwfdecSecurity *guard, const SwfdecURL *url) { SwfdecFlashSecurity *sec = SWFDEC_FLASH_SECURITY (guard); - if (swfdec_url_has_protocol (url, &q...