File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2446,12 +2446,12 @@ int CMUSHclientDoc::RecompileRegularExpressions ()
2446
2446
} // end of try
2447
2447
catch (CException* e)
2448
2448
{
2449
+ pTrigger->regexp = NULL ;
2449
2450
e->Delete ();
2450
2451
iTriggerErrors++;
2451
2452
ColourNote (" red" , " " ,
2452
2453
TFormat (" In %s, could not recompile trigger (%s) matching on: %s." ,
2453
2454
(LPCTSTR) sPluginName , (LPCTSTR) pTrigger->strInternalName , (LPCTSTR) strRegexp));
2454
- pTrigger->regexp = NULL ;
2455
2455
} // end of catch
2456
2456
} // end of for each trigger
2457
2457
@@ -2480,12 +2480,12 @@ int CMUSHclientDoc::RecompileRegularExpressions ()
2480
2480
} // end of try
2481
2481
catch (CException* e)
2482
2482
{
2483
+ pAlias->regexp = NULL ;
2483
2484
e->Delete ();
2484
2485
iAliasErrors++;
2485
2486
ColourNote (" red" , " " ,
2486
2487
TFormat (" In %s, could not recompile alias (%s) matching on: %s." ,
2487
2488
(LPCTSTR) sPluginName , (LPCTSTR) pAlias->strInternalName , (LPCTSTR) strRegexp));
2488
- pAlias->regexp = NULL ;
2489
2489
} // end of catch
2490
2490
} // end of for each alias
2491
2491
You can’t perform that action at this time.
0 commit comments