mirror of
https://github.com/curl/curl.git
synced 2026-05-02 04:07:50 +03:00
tool_operate: switch to inline checksrc ignore
This commit is contained in:
parent
b46682a10f
commit
2dd018f450
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue