pull/1/head
Timothy Pearson 13 years ago
parent c86db6ae4f
commit 9b1e4998f6

@ -2467,7 +2467,7 @@ findAllMethods(int argc, VALUE * argv, VALUE /*self*/)
if(!icmp) {
for(Smoke::Index i=methmin ; i <= methmax ; i++) {
Smoke::Index m = qt_Smoke->methodMaps[i].name;
if(!pat || !qstrncmp(qt_Smoke->methodNames[m], pat, strlen(pat))) {
if(!pat || !tqstrncmp(qt_Smoke->methodNames[m], pat, strlen(pat))) {
Smoke::Index ix= qt_Smoke->methodMaps[i].method;
VALUE meths = rb_ary_new();
if(ix >= 0) { // single match

Loading…
Cancel
Save