projects
/
suckless
/
slstatus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd14804
)
entropy: Small fix
author
Aaron Marcher
<me@drkhsh.at>
Sun, 6 May 2018 21:09:36 +0000
(23:09 +0200)
committer
Aaron Marcher
<me@drkhsh.at>
Sun, 6 May 2018 21:09:36 +0000
(23:09 +0200)
components/entropy.c
patch
|
blob
|
history
diff --git
a/components/entropy.c
b/components/entropy.c
index 1450b31428adcb206463f6aaa05446b4c598d043..ac61679af3fe9b89e931cc1ea07fa81fa4a94ac0 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