From a92013c92bfcd50b0e2561280c9eaa604843ade0 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Tue, 17 Nov 2020 16:51:56 +0100 Subject: Fixing missleading indentation error from clang++ on Linux --- cpp01/ex03/main.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'cpp01/ex03/main.cpp') diff --git a/cpp01/ex03/main.cpp b/cpp01/ex03/main.cpp index 12a0045..4dd95b6 100644 --- a/cpp01/ex03/main.cpp +++ b/cpp01/ex03/main.cpp @@ -6,7 +6,7 @@ /* By: charles +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2020/04/13 09:56:14 by charles #+# #+# */ -/* Updated: 2020/11/09 12:54:36 by cacharle ### ########.fr */ +/* Updated: 2020/11/17 16:44:08 by charles ### ########.fr */ /* */ /* ************************************************************************** */ @@ -26,7 +26,9 @@ int main() devRandom.close(); } else + { seed = time(NULL); + } srand(seed); std::cout << "=== Stack horde ===" << std::endl; -- cgit