From 29259f1f299499b7cca919f0bd86f062808ac12e Mon Sep 17 00:00:00 2001 From: Kai Philipp Date: Sat, 25 Jan 2020 17:23:44 +0100 Subject: [PATCH] bugfix --- src/dealer_random_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dealer_random_test.cpp b/src/dealer_random_test.cpp index e7ad488a..dae079b8 100644 --- a/src/dealer_random_test.cpp +++ b/src/dealer_random_test.cpp @@ -81,7 +81,7 @@ main(int argc, char *argv[]) int num = vm["num"].as(); const int NumCards = 52; - for(int i=0; i<=num;i++){ + for(int i=0; i