1
0
forked from aniani/vim

patch 7.4.1302

Problem:    Typo in struct field name. (Ken Takata)
Solution:   Rename jf_pi to jv_pi.
This commit is contained in:
Bram Moolenaar
2016-02-11 12:48:36 +01:00
parent 39b21272d5
commit 6119e6156e
4 changed files with 10 additions and 8 deletions

View File

@@ -1249,7 +1249,7 @@ struct jobvar_S
int jv_exitval;
#endif
#ifdef WIN32
PROCESS_INFORMATION jf_pi;
PROCESS_INFORMATION jv_pi;
#endif
jobstatus_T jv_status;