im literally a genius :3

This commit is contained in:
2024-05-22 19:34:08 -04:00
parent df4c777bed
commit f69e3599e1
2 changed files with 13 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ void plug_init(void) {
void plug_reload(void) { /* Unused */ }
void plug_poll(char* buf, size_t len) {
if (!fp) return;
int perc = 0;
fseek(fp, 0, SEEK_SET);
fscanf(fp, "%d", &perc);