Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save RSquaredSoftware/4212415 to your computer and use it in GitHub Desktop.
Save RSquaredSoftware/4212415 to your computer and use it in GitHub Desktop.
if (strcmp(val, "false") == 0)
mAttenuate = false;
else
mAttenuate = true;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment