comparison src/if_cscope.c @ 36:125e80798a85 v7.0021

updated for version 7.0021
author vimboss
date Thu, 09 Dec 2004 21:34:53 +0000
parents bdeee1504ac1
children 72aefd4c1e0d
comparison
equal deleted inserted replaced
35:8f3a526c2fe1 36:125e80798a85
1090 vim_free(buf); 1090 vim_free(buf);
1091 } 1091 }
1092 return FALSE; 1092 return FALSE;
1093 } 1093 }
1094 } 1094 }
1095 if (qfpos != NULL && *qfpos != '0' && totmatches > 1) 1095 if (qfpos != NULL && *qfpos != '0' && totmatches > 0)
1096 { 1096 {
1097 /* fill error list */ 1097 /* fill error list */
1098 FILE *f; 1098 FILE *f;
1099 char_u *tmp = vim_tempname('c'); 1099 char_u *tmp = vim_tempname('c');
1100 1100