Curl_pgrsTime: store now in an auto variable
authorDaniel Stenberg <daniel@haxx.se>
Tue, 20 Dec 2011 14:05:50 +0000 (15:05 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 20 Dec 2011 14:05:50 +0000 (15:05 +0100)
commit51d4885ca046654d37b6bdf31540180693e35e09
treebd3f07eef71ec29b578bf24cc1040b49f5b2098f
parentce896875f89f66d8d1659d57e6d6f80c157c1071
Curl_pgrsTime: store now in an auto variable

It makes it easier to introduce debug outputs in this function, and
everything in the function is using the value anyway so it might even be
more efficient.
lib/progress.c