You are reading a single comment by @rigrig and its replies. Click here to read the full conversation.
  • You are setting it to the "0" character, instead of the number zero.
    Code like yours which uses the 0| trick will handle it ok, but places that just do if (!bSettings.quiet) /* show notification */ will break, because !"<some text, even 0>" is always false.

About

Avatar for rigrig @rigrig started