Version v0.2.17 - Fix pad selection logic - allow flexible hex prefix matching instead of restrictive number selection

This commit is contained in:
2025-08-10 14:57:51 -04:00
parent 85ef39d283
commit 268758a21b
4 changed files with 60 additions and 22 deletions

1
debug.c Normal file
View File

@@ -0,0 +1 @@
int main() { printf("Testing direct filename: %d\n", strncmp("97d9d82b5414a9439102f3811fb90ab1d6368a00d33229a18b306476f9d04f82.pad", "97", 2)); return 0; }