summaryrefslogtreecommitdiff
path: root/src/big_anal_process.c
diff options
context:
space:
mode:
authorpants <jaron@kent-dobias.com>2016-11-22 00:09:06 -0500
committerpants <jaron@kent-dobias.com>2016-11-22 00:09:06 -0500
commit5877cd7ed84f359615e42a511229c9c35387d0c9 (patch)
tree5e5c1b82fe1866835782877fdab7e4088bbd771d /src/big_anal_process.c
parent2a0a38cc14714048c139ec6f46a95b084e1871db (diff)
downloadfuse_networks-5877cd7ed84f359615e42a511229c9c35387d0c9.tar.gz
fuse_networks-5877cd7ed84f359615e42a511229c9c35387d0c9.tar.bz2
fuse_networks-5877cd7ed84f359615e42a511229c9c35387d0c9.zip
changed analysis functions to include additional character
Diffstat (limited to 'src/big_anal_process.c')
-rw-r--r--src/big_anal_process.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/big_anal_process.c b/src/big_anal_process.c
index 0f7106f..f255f20 100644
--- a/src/big_anal_process.c
+++ b/src/big_anal_process.c
@@ -63,7 +63,7 @@ int main(int argc, char *argv[]) {
char *fn = argv[1 + i];
char *buff = (char *)malloc(20 * sizeof(char));
uint_t pos = 0; uint_t c = 0;
- while (c < 5) {
+ while (c < 6) {
if (fn[pos] == '_') {
c++;
}