Skip to content

Commit 1650606

Browse files
author
Diego Ferrari
committed
[LAUNCHER] initialized var (sigh)
1 parent 3252c87 commit 1650606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/kernel_processes/windows/launcher.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ void Launcher::load_entries(){
5858
size_t listsize = 0x1000;
5959
void *listptr = malloc(listsize);
6060
string app_path = string_format("/%s/redos/user", system_config.app_directory);
61-
uint64_t offset;
61+
uint64_t offset = 0;
6262
if (!list_directory_contents(app_path.data, listptr, listsize, &offset)){
6363
kprintf("Failed to read contents of directory");
6464
return;

0 commit comments

Comments
 (0)