Skip to content

Commit

Permalink
minor vtim-ification
Browse files Browse the repository at this point in the history
  • Loading branch information
nigoroll committed Nov 19, 2018
1 parent 9e155bb commit 518f46b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/libvarnish/vnum.c
Expand Up @@ -110,11 +110,12 @@ VNUM(const char *p)

/**********************************************************************/

double
vtim_dur
VNUM_duration(const char *p)
{
const char *t;
double r, sc = 1.0;
vtim_dur r;
double sc = 1.0;

if (p == NULL)
return (nan(""));
Expand Down

0 comments on commit 518f46b

Please sign in to comment.