tool_operate: switch to inline checksrc ignore

This commit is contained in:
Daniel Stenberg 2016-04-19 08:42:55 +02:00
Родитель b46682a10f
Коммит 2dd018f450
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -151,6 +151,7 @@ static curl_off_t vms_realfilesize(const char * name,
int ret_stat;
FILE * file;
/* !checksrc! disable FOPENMODE 1 */
file = fopen(name, "r"); /* VMS */
if(file == NULL) {
return 0;