[Git][NTPsec/ntpsec][master] Fixed incorrect #undef.
    Eric S. Raymond 
    gitlab at mg.gitlab.com
       
    Tue Jul 31 19:11:51 UTC 2018
    
    
  
Eric S. Raymond pushed to branch master at NTPsec / ntpsec
Commits:
7ba5fc8b by Ian Bruene at 2018-07-31T18:38:51Z
Fixed incorrect #undef.
- - - - -
1 changed file:
- libntp/dolfptoa.c
Changes:
=====================================
libntp/dolfptoa.c
=====================================
@@ -104,7 +104,7 @@ dolfptoa(
 		M_LSHIFT(digit, fpv);
 		M_ADD(digit, fpv, tmph, tmpl);
 #undef M_ADD
-#undef M_SHIFT
+#undef M_LSHIFT
 		*cpend++ = (uint8_t)digit;
 	}
 
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/7ba5fc8bbf842fbdab5ded23120d044ebd6958a9
-- 
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/7ba5fc8bbf842fbdab5ded23120d044ebd6958a9
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20180731/f779493f/attachment.html>
    
    
More information about the vc
mailing list