summaryrefslogtreecommitdiffstats
path: root/src/structs.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-04-21 22:30:08 +0200
committerBram Moolenaar <Bram@vim.org>2018-04-21 22:30:08 +0200
commit2060892028e05b1325dc0759259254180669eb5e (patch)
tree26858ee1551ef811ca2f48eaea266253334fc2b5 /src/structs.h
parent9980b37a80dc72eef05bf8862aaf475ab17790a5 (diff)
patch 8.0.1745: build failure on MS-Windowsv8.0.1745
Problem: Build failure on MS-Windows. Solution: Build job arguments for MS-Windows. Fix allocating job twice.
Diffstat (limited to 'src/structs.h')
-rw-r--r--src/structs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/structs.h b/src/structs.h
index 55dd1fe6f0..8f35a73871 100644
--- a/src/structs.h
+++ b/src/structs.h
@@ -1488,7 +1488,7 @@ struct jobvar_S
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 */
};
/*