diff options
author | Daniel Stenberg <daniel@haxx.se> | 2016-04-19 08:42:55 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-04-19 08:56:06 +0200 |
commit | 2dd018f450faf8df8f3ca0709d02ebc372e8cf4d (patch) | |
tree | 59ff3346aa3d89905a0a33fcdd218b4e83e96be6 | |
parent | b46682a10f25ce72a9f931e9119a2cefcb0eb80f (diff) | |
download | curl-2dd018f450faf8df8f3ca0709d02ebc372e8cf4d.tar.gz |
tool_operate: switch to inline checksrc ignore
-rw-r--r-- | src/tool_operate.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tool_operate.c b/src/tool_operate.c index ebd485c20..948a2f314 100644 --- a/src/tool_operate.c +++ b/src/tool_operate.c @@ -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; |