View gist:5074299
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- script.c.stock 2013-03-02 18:37:35.000000000 -0800 | |
+++ script.c 2013-03-02 18:38:02.000000000 -0800 | |
@@ -312,7 +312,7 @@ | |
time_t tvec; | |
char obuf[BUFSIZ]; | |
struct timeval tv; | |
- double oldtime=time(NULL), newtime; | |
+ double oldtime, newtime; | |
int flgs = 0; | |
ssize_t wrt; |