X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fas3%2Ftokenizer.yy.c;h=782d3eb189b00351d543ace4e629d180671be5d9;hb=ea87e32fc17cce0b6633b88df1855f538efe9652;hp=e8831942d88b9734abe9b46e614d015656ddd27c;hpb=dc54798b330f9e9419f89b1fcf5e32793478d573;p=swftools.git diff --git a/lib/as3/tokenizer.yy.c b/lib/as3/tokenizer.yy.c index e883194..782d3eb 100644 --- a/lib/as3/tokenizer.yy.c +++ b/lib/as3/tokenizer.yy.c @@ -1914,7 +1914,7 @@ void tokenizer_unregister_namespace(const char*id) }*/ static inline char tokenizer_is_namespace(const char*id) { - return trie_contains(active_namespaces, id); + return trie_contains(active_namespaces, (const unsigned char*)id); } static inline int handleIdentifier()