Fossil SCM
Replace a C++-style comment. No functional changes.
Commit
a68a7eacd3f3f1081033661aa294756bcebbf47a4ab55a6311fbbce6f49bb333
Parent
6e3dde3afd43742…
1 file changed
+1
-1
+1
-1
| --- src/timeline.c | ||
| +++ src/timeline.c | ||
| @@ -3818,11 +3818,11 @@ | ||
| 3818 | 3818 | } |
| 3819 | 3819 | |
| 3820 | 3820 | if( mode==TIMELINE_MODE_AFTER ){ |
| 3821 | 3821 | int lim = n; |
| 3822 | 3822 | if( n == 0 ){ |
| 3823 | - lim = -1; // 0 means no limit | |
| 3823 | + lim = -1; /* 0 means no limit */ | |
| 3824 | 3824 | }else if( n < 0 ){ |
| 3825 | 3825 | lim = -n; |
| 3826 | 3826 | } |
| 3827 | 3827 | /* Complete the above outer select. */ |
| 3828 | 3828 | blob_append_sql(&sql, |
| 3829 | 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 |
| --- 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 |