From: simon Date: Thu, 17 Feb 2005 19:31:32 +0000 (+0000) Subject: Adjust the semantics of cfg.remote_cmd_ptr: it is now NULL when X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/commitdiff_plain/04c52f109b8c4849d75c21898bdc63fdceea2a00?hp=04c52f109b8c4849d75c21898bdc63fdceea2a00 Adjust the semantics of cfg.remote_cmd_ptr: it is now NULL when cfg.remote_cmd is to be used, rather than actually pointing at cfg.remote_cmd. This change restores the ability to structure-copy Configs without breaking them. (Though of course this is only a temporary solution: really what wants doing is to fix `config-struct'.) git-svn-id: svn://svn.tartarus.org/sgt/putty@5335 cda61777-01e9-0310-a592-d414129be87e ---