Fossil SCM

Correct copy-and-paste error in comment

andygoth 2016-11-05 21:35 trunk
Commit 426a5e7e9339a4493c13bf4f09b9d33d955023bb
1 file changed +1 -1
+1 -1
--- src/checkin.c
+++ src/checkin.c
@@ -1515,11 +1515,11 @@
15151515
if( binOk ){
15161516
return 0; /* We don't want binary warnings for this file. */
15171517
}
15181518
if( !fHasNul && fHasLong ){
15191519
zWarning = "long lines";
1520
- zConvert = ""; /* We cannot convert binary files. */
1520
+ zConvert = ""; /* We cannot convert overlong lines. */
15211521
}else{
15221522
zWarning = "binary data";
15231523
zConvert = ""; /* We cannot convert binary files. */
15241524
}
15251525
zDisable = "\"binary-glob\" setting";
15261526
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button