Skip to content

Commit

Permalink
tidy 20/24 character mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
jjhforrest committed Sep 4, 2023
1 parent b68f51f commit a0ba1be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ClpSimplexOther.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1036,7 +1036,7 @@ int ClpSimplexOther::writeBasis(const char *filename,
}
}

char number[20];
char number[24];
FILE *fp = fopen(filename, "w");
if (!fp)
return -1;
Expand Down

0 comments on commit a0ba1be

Please sign in to comment.