Fix some IDs and update utils
[gofetch.git] / src / be / nikiroo / gofetch / support / Phoronix.java
index 8f257fbb0d7b3a36d17a8601a61fc3bfd3de6149..5338cd639ff2ebe2435834336af1232320827ebf 100644 (file)
@@ -45,6 +45,9 @@ class Phoronix extends BasicSupport {
                                        id = id.substring(pos + 1);
                                }
 
+                               while (id.length() < 10) {
+                                       id = "0" + id;
+                               }
                                return id;
                        }
                }