From 4a679ca77f8b91b9dc536db65ca85d9712a70fc1 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Thu, 24 Apr 2003 13:53:04 +0000 Subject: [PATCH] MFB fix for registration --- sapi/activescript/classfactory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sapi/activescript/classfactory.cpp b/sapi/activescript/classfactory.cpp index 8e6dab9865..50b6fde2db 100644 --- a/sapi/activescript/classfactory.cpp +++ b/sapi/activescript/classfactory.cpp @@ -244,7 +244,7 @@ static int perform_registration(BOOL do_reg) { char module_name[MAX_PATH]; char classid[40]; - int ret = 0; + int ret = 1; int i, j; struct reg_subst subst = {0}; LPOLESTR classidw; -- 2.50.1