Skip to content

Commit

Permalink
convert to const char
Browse files Browse the repository at this point in the history
  • Loading branch information
pjb7687 committed Jan 25, 2021
1 parent 1a3c1dd commit a5ed8d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ int main(int argc, char *argv[]) {
s.readInputFile(argv[1]);

outfilename = argv[3];
s.writeHeaders(outfilename);
s.writeHeaders(outfilename.c_str());

int cnum = 0;
if ((dir = opendir(s.m_chrdir.c_str())) == NULL) {
Expand Down

0 comments on commit a5ed8d1

Please sign in to comment.