]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Fix typo for one instance of line number handling in the Lemon tool.
authormistachkin <mistachkin@noemail.net>
Wed, 11 Sep 2019 15:25:26 +0000 (15:25 +0000)
committermistachkin <mistachkin@noemail.net>
Wed, 11 Sep 2019 15:25:26 +0000 (15:25 +0000)
FossilOrigin-Name: 980be1730dc1239c63a107923bf2e32b4ec7d4bc31b9190e711cc35f18cc2bb4

manifest
manifest.uuid
tool/lemon.c

index 22c156a6697677334a52da99439276214173d178..dccb38d8312150f1e702d826f1462bf01e577f8a 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Enhance\streeview\sto\sshow\sSOFT-COLLATE\sfor\sTK_COLLATE\soperators\sthat\somit\nthe\sEP_Collate\sflag.
-D 2019-09-10T17:51:27.783
+C Fix\stypo\sfor\sone\sinstance\sof\sline\snumber\shandling\sin\sthe\sLemon\stool.
+D 2019-09-11T15:25:26.595
 F .fossil-settings/empty-dirs dbb81e8fc0401ac46a1491ab34a7f2c7c0452f2f06b54ebb845d024ca8283ef1
 F .fossil-settings/ignore-glob 35175cdfcf539b2318cb04a9901442804be81cd677d8b889fcc9149c21f239ea
 F LICENSE.md df5091916dbb40e6e9686186587125e1b2ff51f022cc334e886c19a0e9982724
@@ -1760,7 +1760,7 @@ F tool/genfkey.test b6afd7b825d797a1e1274f519ab5695373552ecad5cd373530c63533638a
 F tool/getlock.c f4c39b651370156cae979501a7b156bdba50e7ce
 F tool/index_usage.c 9ec344d29cbeb03fdc0fce668eedfb7495792170de933adf95cf8d6904a166ad
 F tool/kvtest-speed.sh 4761a9c4b3530907562314d7757995787f7aef8f
-F tool/lemon.c c9848ef9694689d244a5097238ca1f83df85cc52c80ad149a4cf49595a0ee9c2
+F tool/lemon.c 61d5f0af1eff8f754b75ddca668c9897fd30759e389bfffb42ce9e4d38fd4746
 F tool/lempar.c eb2841e2a7fd484cf44b1f526b06e7ab0f216d2f41818bf9485e8f38e3d1db19
 F tool/libvers.c caafc3b689638a1d88d44bc5f526c2278760d9b9
 F tool/loadfts.c c3c64e4d5e90e8ba41159232c2189dba4be7b862
@@ -1841,7 +1841,7 @@ F vsixtest/vsixtest.tcl 6a9a6ab600c25a91a7acc6293828957a386a8a93
 F vsixtest/vsixtest.vcxproj.data 2ed517e100c66dc455b492e1a33350c1b20fbcdc
 F vsixtest/vsixtest.vcxproj.filters 37e51ffedcdb064aad6ff33b6148725226cd608e
 F vsixtest/vsixtest_TemporaryKey.pfx e5b1b036facdb453873e7084e1cae9102ccc67a0
-P 36997c4ade2ef3a274cd1ac52b44118fb3a05325adb650b7b338ecb43d060575
-R f5a1c0f164d27201c013c3daaa104b97
-U drh
-Z 4233ce0b10c0fb1f5285adf400752dbf
+P a97804620a27acc30bebd2aaa04e38f2f36de48b0931038ca8bdc9cb0c36b8f4
+R 5065e0b2c7f4ffc5b218b4bab44bb95f
+U mistachkin
+Z 05d39d001f8aeefdace9f8a8f5ba54b9
index 7f2e23c3904231aeef626329beea6a2b01c31d45..70e92dabd6887e4140c20b96e59122c61c5f653f 100644 (file)
@@ -1 +1 @@
-a97804620a27acc30bebd2aaa04e38f2f36de48b0931038ca8bdc9cb0c36b8f4
\ No newline at end of file
+980be1730dc1239c63a107923bf2e32b4ec7d4bc31b9190e711cc35f18cc2bb4
\ No newline at end of file
index 893e1d18b9dcafb851effd335a36ec8240e6861a..6efc6af301b08af40b19b1bf8111075ae7652c44 100644 (file)
@@ -4426,7 +4426,7 @@ void ReportTable(
     }
     i++;
   }
-  if( j>0 ) fprintf(out, "\n"); lineno++;
+  if( j>0 ){ fprintf(out, "\n"); lineno++; }
   fprintf(out, "};\n"); lineno++;
 
   /* Output the yy_shift_ofst[] table */