Closed nickhilliard closed 8 years ago
The -nohash CLI argument printed out both the commented and uncommented hashes. This patch fixes that. goto is used instead of nested if() statement because it's cleaner and makes the program flow easier to understand.
The -nohash CLI argument printed out both the commented and uncommented hashes. This patch fixes that. goto is used instead of nested if() statement because it's cleaner and makes the program flow easier to understand.