Xinqi Bao's Git
projects
/
slstatus.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
Change done to int as it is the CPU's natural type
[slstatus.git]
/
components
/
entropy.c
diff --git
a/components/entropy.c
b/components/entropy.c
index
1450b31
..
ac61679
100644
(file)
--- a/
components/entropy.c
+++ b/
components/entropy.c
@@
-17,6
+17,7
@@
const char *
entropy(void)
{
- return "∞";
+ /* Unicode Character 'INFINITY' (U+221E) */
+ return "\xe2\x88\x9e";
}
#endif