Skip to content

Commit

Permalink
Merge remote-tracking branch 'microsoft/vfs-2.45.2' into jh/gvfs-help…
Browse files Browse the repository at this point in the history
…er-fallback-config

Let's include #666 to let the PR
builds pass.

Signed-off-by: Johannes Schindelin <[email protected]>
  • Loading branch information
dscho committed Jul 1, 2024
2 parents 8668b8e + a4c091f commit 4bfdab6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion compat/mingw.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
void open_in_gdb(void)
{
static struct child_process cp = CHILD_PROCESS_INIT;
extern char *_pgmptr;

strvec_pushl(&cp.args, "mintty", "gdb", NULL);
strvec_pushf(&cp.args, "--pid=%d", getpid());
Expand Down

0 comments on commit 4bfdab6

Please sign in to comment.