mirror of
https://github.com/curl/curl.git
synced 2026-07-22 20:07:17 +03:00
Follow-up to e8423f9ce1 with discussionis in
https://github.com/bagder/curl/pull/258
This check scans for fopen() with a mode string without 'b' present, as
it may indicate that an FOPEN_* define should rather be used.
3 lines
132 B
Text
3 lines
132 B
Text
* 'name=@filename,filename2,filename3'
|
|
* 'name=@filename;type=image/gif,filename2,filename3'
|
|
file = fopen(name, "r"); /* VMS */
|