Skip to content

Commit

Permalink
Remove assert
Browse files Browse the repository at this point in the history
  • Loading branch information
AngheloAlf committed Apr 2, 2024
1 parent 9c1b3c5 commit 996dbb9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions dll/kernel32.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -723,11 +723,6 @@ namespace kernel32 {
auto path = files::pathFromWindows(lpFileName);
DEBUG_LOG("FindFirstFileA %s (%s)\n", lpFileName, path.c_str());

if (strchr(path.c_str(), '*') != NULL) {
printf("path: %s\n", path.c_str());
assert(!"wildcards are not supported yet :c");
}

lpFindFileData->ftCreationTime = defaultFiletime;
lpFindFileData->ftLastAccessTime = defaultFiletime;
lpFindFileData->ftLastWriteTime = defaultFiletime;
Expand Down

0 comments on commit 996dbb9

Please sign in to comment.