Skip to content

Instantly share code, notes, and snippets.

@evanpurkhiser
Created December 5, 2012 04:58
Show Gist options
  • Save evanpurkhiser/4212383 to your computer and use it in GitHub Desktop.
Save evanpurkhiser/4212383 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