X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=x11fwd.c;h=4a6d82704b7cdbccbed5a1dfcf964aaa2dda9cbd;hb=a8c4e67ff9ebdced0a4fb393f934b22cb5aae02f;hp=7ecb4cc27b42cc5c74ef928df3dee64fe69387fd;hpb=8da4fa506389910599c59b87ba1b799efd6d3ae1;p=PuTTY.git diff --git a/x11fwd.c b/x11fwd.c index 7ecb4cc2..4a6d8270 100644 --- a/x11fwd.c +++ b/x11fwd.c @@ -190,7 +190,7 @@ int x11_authcmp(void *av, void *bv) } } -struct X11Display *x11_setup_display(char *display, Conf *conf) +struct X11Display *x11_setup_display(const char *display, Conf *conf) { struct X11Display *disp = snew(struct X11Display); char *localcopy;