Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Fixed Removing the mail password causes GPF

Apr
318
7
Removing by writing an empty value. That was the legacy code from v14 of course. Still, it shouldn't,
Thanks for the update.
DJ
 
Never mind the legacy, it is mine. My way of enforcing the policy *not* to use that option.

It is reproducible, not using option, but using :
Code:
:: Deletes an option by writing it without a value.
:Del_Option [ _Section _Option ]
 
 :: Effective immediately, but only for current session.
 :: The option resets to the builtin default value!
 option //%_Option=
 
 :: Effective only after TC/TCC restart, but persistent.
 if [EMAIL]%@INIWRITE[%_ININAME,%_Section,%_Option[/EMAIL],] ne 0 (
  echoerr "Could not remove option %_Option from section %_Section"
  pause
 )
return
The pause is never reached.

The mail to support was sent yesterday.
DJ
 

Similar threads

Back
Top