Samuel Marks
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
-
Created CLion crashes when multi-line pasting into multi-line C macro
Was pasting this code: bool _sha512(const char *filename, const char *gold_hash) { char gen_hash[130], digest[64]; return hash_file(filename, RHASH_SHA512, RHPR_HEX, digest, gen_hash) < 0 ? f...