Pārlūkot izejas kodu

entropy: Small fix

Aaron Marcher 7 gadi atpakaļ
vecāks
revīzija
fbbe300f4d
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  1. 2 1
      components/entropy.c

+ 2 - 1
components/entropy.c

@@ -17,6 +17,7 @@
 	const char *
 	entropy(void)
 	{
-		return "∞";
+		/* Unicode Character 'INFINITY' (U+221E) */
+		return "\xe2\x88\x9e";
 	}
 #endif