mirror of
https://github.com/moparisthebest/curl
synced 2025-03-04 11:19:41 -05:00

Follow-up to e8423f9ce150 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.
4 lines
132 B
Plaintext
4 lines
132 B
Plaintext
* 'name=@filename,filename2,filename3'
|
|
* 'name=@filename;type=image/gif,filename2,filename3'
|
|
file = fopen(name, "r"); /* VMS */
|