Skip to content

Commit 52181e9

Browse files
committed
Test
1 parent 93d3f9a commit 52181e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shuffle.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ int main()
4646

4747
myfile << "\n";
4848

49-
if (count >= 995000) //If the file has more than 995000 line in it, Make a new file
49+
if (count >= 999999) //If the file has more than 995000 line in it, Make a new file
5050
{
5151
count = 0;
5252
filecount++;

0 commit comments

Comments
 (0)