Skip to content

Commit c151bf0

Browse files
authored
Merge pull request #695 from fastfetch-cli/dev
Release v2.6.2
2 parents 18fced9 + a767104 commit c151bf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/detection/terminalshell/terminalshell_windows.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ static bool detectDefaultTerminal(FFTerminalResult* result)
291291

292292
static uint32_t getTerminalInfo(FFTerminalResult* result, uint32_t pid)
293293
{
294-
uint32_t ppid;
294+
uint32_t ppid = 0;
295295
bool hasGui;
296296

297297
while (pid != 0 && getProcessInfo(pid, &ppid, &result->processName, &result->exe, &result->exeName, &result->exePath, &hasGui))

0 commit comments

Comments
 (0)