Commit

Comments (0)

Files changed (2)

File wattcp/lib/libwatt.a Modified

  • Ignore whitespace
  • Hide word diff
Binary file modified.

File wattcp/src/netaddr.c Modified

View file
  • Ignore whitespace
  • Hide word diff
 #if (DOSX)
   int tmp [sizeof(eth_address)];
 
-  if (!sscanf(src,"%02x:%02x:%02x:%02x:%02x:%02x",
+  if (sscanf(src,"%02x:%02x:%02x:%02x:%02x:%02x",
               &tmp[0], &tmp[1], &tmp[2],
               &tmp[3], &tmp[4], &tmp[5]) != DIM(tmp))
      return (NULL);