From fb4d801972def4716ef9f04431ec9ce288e4b1fa Mon Sep 17 00:00:00 2001
From: syui <syui@syui.ai>
Date: Sat, 10 Feb 2024 23:25:48 +0900
Subject: [PATCH] fix

---
 src/ascii.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/ascii.rs b/src/ascii.rs
index b0567df..3f31730 100644
--- a/src/ascii.rs
+++ b/src/ascii.rs
@@ -179,7 +179,7 @@ pub fn c_ascii(x: &str) {
     println!("total memory: {} bytes", sys.total_memory());
     println!("System name:             {:?}", System::name().unwrap());
     println!("System kernel version:   {:?}", System::kernel_version().unwrap());
-    println!("System OS version:       {:?}", System::os_version().unwrap());
+    //println!("System OS version:       {:?}", System::os_version().unwrap());
     println!("System host name:        {:?}", System::host_name().unwrap());
     println!("NB CPUs: {}", sys.cpus().len());