1
0
Fork 0
mirror of https://github.com/LongSoft/UEFITool.git synced 2025-06-01 15:58:21 -04:00

Provide separate filesystem.cpp

This commit is contained in:
Nikolaj Schlej 2023-06-19 12:57:14 -07:00
parent 91fb7cdc83
commit 031bd4f734
6 changed files with 108 additions and 80 deletions

View file

@ -32,8 +32,6 @@ int main(int argc, char *argv[])
UEFIFind w;
USTATUS result;
initGuidDatabase("guids.csv");
if (argc == 1) {
print_usage();
return U_SUCCESS;