[hackers] [slstatus] entropy: Small fix || Aaron Marcher
commit fbbe300f4d52ab014fb09050deea7746b1d02a82
Author: Aaron Marcher <me_AT_drkhsh.at>
AuthorDate: Sun May 6 23:09:36 2018 +0200
Commit: Aaron Marcher <me_AT_drkhsh.at>
CommitDate: Sun May 6 23:09:36 2018 +0200
entropy: Small fix
diff --git a/components/entropy.c b/components/entropy.c
index 1450b31..ac61679 100644
--- a/components/entropy.c
+++ b/components/entropy.c
_AT_@ -17,6 +17,7 @@
const char *
entropy(void)
{
- return "∞";
+ /* Unicode Character 'INFINITY' (U+221E) */
+ return "\xe2\x88\x9e";
}
#endif
Received on Sun May 06 2018 - 23:09:54 CEST
This archive was generated by hypermail 2.3.0
: Sun May 06 2018 - 23:12:23 CEST