diff --git a/makeh.cpp b/makeh.cpp index 3a435f8d..1044b611 100644 --- a/makeh.cpp +++ b/makeh.cpp @@ -35,7 +35,7 @@ int lineid; void gen(string sf) { if(seen.count(sf)) return; seen.insert(sf); - which_file = sf; lineid = -1; + which_file = sf; lineid = 1; ifstream in(sf); string s; while(getline(in, s)) {