commit | 2060892028e05b1325dc0759259254180669eb5e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 21 22:30:08 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 21 22:30:08 2018 +0200 |
tree | 26858ee1551ef811ca2f48eaea266253334fc2b5 | |
parent | 9980b37a80dc72eef05bf8862aaf475ab17790a5 [diff] [blame] |
patch 8.0.1745: build failure on MS-Windows Problem: Build failure on MS-Windows. Solution: Build job arguments for MS-Windows. Fix allocating job twice.
diff --git a/src/structs.h b/src/structs.h index 55dd1fe..8f35a73 100644 --- a/src/structs.h +++ b/src/structs.h
@@ -1488,7 +1488,7 @@ int jv_copyID; channel_T *jv_channel; /* channel for I/O, reference counted */ - char_u **argv; /* command line used to start the job */ + char_u **jv_argv; /* command line used to start the job */ }; /*