Commit 566f7b5e authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

simplified expression

parent c8c47768
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -108,7 +108,8 @@ inet_pton4(const char *src, unsigned char *dst)

  saw_digit = 0;
  octets = 0;
  *(tp = tmp) = 0;
  tp = tmp;
  *tp = 0;
  while ((ch = *src++) != '\0') {
    const char *pch;