We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93d3f9a commit 52181e9Copy full SHA for 52181e9
shuffle.cc
@@ -46,7 +46,7 @@ int main()
46
47
myfile << "\n";
48
49
- if (count >= 995000) //If the file has more than 995000 line in it, Make a new file
+ if (count >= 999999) //If the file has more than 995000 line in it, Make a new file
50
{
51
count = 0;
52
filecount++;
0 commit comments