mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
Update archive.cpp
This commit is contained in:
4
apps/external/archive.cpp
vendored
4
apps/external/archive.cpp
vendored
@@ -118,7 +118,7 @@ size_t numberOfFiles() {
|
||||
#else
|
||||
|
||||
bool fileAtIndex(size_t index, File &entry) {
|
||||
entry.name = "App";
|
||||
entry.name = "No apps installed ";
|
||||
entry.data = NULL;
|
||||
entry.dataLength = 0;
|
||||
entry.isExecutable = true;
|
||||
@@ -137,7 +137,7 @@ int indexFromName(const char *name) {
|
||||
}
|
||||
|
||||
size_t numberOfFiles() {
|
||||
return 1;
|
||||
return 0;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user