Fossil SCM

Replace a C++-style comment. No functional changes.

stephan 2025-05-08 11:25 trunk
Commit a68a7eacd3f3f1081033661aa294756bcebbf47a4ab55a6311fbbce6f49bb333
1 file changed +1 -1
+1 -1
--- src/timeline.c
+++ src/timeline.c
@@ -3818,11 +3818,11 @@
38183818
}
38193819
38203820
if( mode==TIMELINE_MODE_AFTER ){
38213821
int lim = n;
38223822
if( n == 0 ){
3823
- lim = -1; // 0 means no limit
3823
+ lim = -1; /* 0 means no limit */
38243824
}else if( n < 0 ){
38253825
lim = -n;
38263826
}
38273827
/* Complete the above outer select. */
38283828
blob_append_sql(&sql,
38293829
--- src/timeline.c
+++ src/timeline.c
@@ -3818,11 +3818,11 @@
3818 }
3819
3820 if( mode==TIMELINE_MODE_AFTER ){
3821 int lim = n;
3822 if( n == 0 ){
3823 lim = -1; // 0 means no limit
3824 }else if( n < 0 ){
3825 lim = -n;
3826 }
3827 /* Complete the above outer select. */
3828 blob_append_sql(&sql,
3829
--- src/timeline.c
+++ src/timeline.c
@@ -3818,11 +3818,11 @@
3818 }
3819
3820 if( mode==TIMELINE_MODE_AFTER ){
3821 int lim = n;
3822 if( n == 0 ){
3823 lim = -1; /* 0 means no limit */
3824 }else if( n < 0 ){
3825 lim = -n;
3826 }
3827 /* Complete the above outer select. */
3828 blob_append_sql(&sql,
3829

Keyboard Shortcuts

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