X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=windows%2Fwindefs.c;h=6fd6f0c97da3c4f3e97c2a892bc796fc3c30ed7f;hb=f14953d9e94c176cfc928bb719d6f613da96717e;hp=2acc5e36618d495b5ba2900f91e041fca9bd1f8c;hpb=cb45b9cc253d6f661b2d90003b699c1558ca2bf4;p=PuTTY.git diff --git a/windows/windefs.c b/windows/windefs.c index 2acc5e36..6fd6f0c9 100644 --- a/windows/windefs.c +++ b/windows/windefs.c @@ -32,6 +32,8 @@ Filename platform_default_filename(const char *name) char *platform_default_s(const char *name) { + if (!strcmp(name, "SerialLine")) + return dupstr("COM1"); return NULL; }