Fossil SCM
Correct copy-and-paste error in comment
Commit
426a5e7e9339a4493c13bf4f09b9d33d955023bb
Parent
994ac6fb03fed2e…
1 file changed
+1
-1
+1
-1
| --- src/checkin.c | ||
| +++ src/checkin.c | ||
| @@ -1515,11 +1515,11 @@ | ||
| 1515 | 1515 | if( binOk ){ |
| 1516 | 1516 | return 0; /* We don't want binary warnings for this file. */ |
| 1517 | 1517 | } |
| 1518 | 1518 | if( !fHasNul && fHasLong ){ |
| 1519 | 1519 | zWarning = "long lines"; |
| 1520 | - zConvert = ""; /* We cannot convert binary files. */ | |
| 1520 | + zConvert = ""; /* We cannot convert overlong lines. */ | |
| 1521 | 1521 | }else{ |
| 1522 | 1522 | zWarning = "binary data"; |
| 1523 | 1523 | zConvert = ""; /* We cannot convert binary files. */ |
| 1524 | 1524 | } |
| 1525 | 1525 | zDisable = "\"binary-glob\" setting"; |
| 1526 | 1526 |
| --- src/checkin.c | |
| +++ src/checkin.c | |
| @@ -1515,11 +1515,11 @@ | |
| 1515 | if( binOk ){ |
| 1516 | return 0; /* We don't want binary warnings for this file. */ |
| 1517 | } |
| 1518 | if( !fHasNul && fHasLong ){ |
| 1519 | zWarning = "long lines"; |
| 1520 | zConvert = ""; /* We cannot convert binary files. */ |
| 1521 | }else{ |
| 1522 | zWarning = "binary data"; |
| 1523 | zConvert = ""; /* We cannot convert binary files. */ |
| 1524 | } |
| 1525 | zDisable = "\"binary-glob\" setting"; |
| 1526 |
| --- src/checkin.c | |
| +++ src/checkin.c | |
| @@ -1515,11 +1515,11 @@ | |
| 1515 | if( binOk ){ |
| 1516 | return 0; /* We don't want binary warnings for this file. */ |
| 1517 | } |
| 1518 | if( !fHasNul && fHasLong ){ |
| 1519 | zWarning = "long lines"; |
| 1520 | zConvert = ""; /* We cannot convert overlong lines. */ |
| 1521 | }else{ |
| 1522 | zWarning = "binary data"; |
| 1523 | zConvert = ""; /* We cannot convert binary files. */ |
| 1524 | } |
| 1525 | zDisable = "\"binary-glob\" setting"; |
| 1526 |