From: wessels <> Date: Thu, 23 Jan 1997 05:02:38 +0000 (+0000) Subject: mising paraen (Joe Ramey) X-Git-Tag: SQUID_3_0_PRE1~5173 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=940d6096321ae815f01b520b33ae7d19fd1ba44a;p=thirdparty%2Fsquid.git mising paraen (Joe Ramey) --- diff --git a/src/main.cc b/src/main.cc index 0a9aa081d9..6a68255524 100644 --- a/src/main.cc +++ b/src/main.cc @@ -1,5 +1,5 @@ /* - * $Id: main.cc,v 1.132 1997/01/20 18:27:14 wessels Exp $ + * $Id: main.cc,v 1.133 1997/01/22 22:02:38 wessels Exp $ * * DEBUG: section 1 Startup and Main Loop * AUTHOR: Harvest Derived @@ -637,7 +637,7 @@ main(int argc, char **argv) #if HAVE_SRANDOM srandom(time(NULL)); #elif HAVE_SRAND48 - srand48(time(NULL); + srand48(time(NULL)); #else srand(time(NULL)); #endif