mirror of
https://github.com/curl/curl.git
synced 2026-07-24 05:27:15 +03:00
lib557: move the "enable LONGLINE" to allow more long lines
This file is riddled with them...
This commit is contained in:
parent
462650e455
commit
e7458c1bc3
1 changed files with 1 additions and 2 deletions
|
|
@ -1345,7 +1345,6 @@ static int test_curl_off_t_formatting(void)
|
|||
num_cofft_tests = i;
|
||||
|
||||
#endif
|
||||
/* !checksrc! enable LONGLINE */
|
||||
|
||||
for(i=1; i<=num_cofft_tests; i++) {
|
||||
|
||||
|
|
@ -1650,7 +1649,7 @@ static int test_float_formatting(void)
|
|||
|
||||
return errors;
|
||||
}
|
||||
|
||||
/* !checksrc! enable LONGLINE */
|
||||
|
||||
int test(char *URL)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue