Fossil SCM

made the docs match the code.

stephan 2013-10-02 21:32 UTC reports-by-type
Commit 4c21f20cf89695d7c6bc2c1fb89f09e351447593
1 file changed +2 -2
+2 -2
--- src/timeline.c
+++ src/timeline.c
@@ -1865,12 +1865,12 @@
18651865
** querying against the full event table. The view, however, adds an
18661866
** abstraction level to simplify the implementation code for the
18671867
** various /reports pages.
18681868
**
18691869
** Returns one of: 'c', 'w', 'g', 't', 'e', representing the type of
1870
-** filter it applies, or 0 (NUL) if no filter is applied (i.e. if
1871
-** "all" is used).
1870
+** filter it applies, or '*' if no filter is applied (i.e. if "all" is
1871
+** used).
18721872
*/
18731873
static char stats_report_init_view(){
18741874
char const * zType = PD("y","*"); /* analog to /timeline?y=... */
18751875
char const * zRealType = NULL; /* normalized form of zType */
18761876
char rc = 0; /* result code */
18771877
--- src/timeline.c
+++ src/timeline.c
@@ -1865,12 +1865,12 @@
1865 ** querying against the full event table. The view, however, adds an
1866 ** abstraction level to simplify the implementation code for the
1867 ** various /reports pages.
1868 **
1869 ** Returns one of: 'c', 'w', 'g', 't', 'e', representing the type of
1870 ** filter it applies, or 0 (NUL) if no filter is applied (i.e. if
1871 ** "all" is used).
1872 */
1873 static char stats_report_init_view(){
1874 char const * zType = PD("y","*"); /* analog to /timeline?y=... */
1875 char const * zRealType = NULL; /* normalized form of zType */
1876 char rc = 0; /* result code */
1877
--- src/timeline.c
+++ src/timeline.c
@@ -1865,12 +1865,12 @@
1865 ** querying against the full event table. The view, however, adds an
1866 ** abstraction level to simplify the implementation code for the
1867 ** various /reports pages.
1868 **
1869 ** Returns one of: 'c', 'w', 'g', 't', 'e', representing the type of
1870 ** filter it applies, or '*' if no filter is applied (i.e. if "all" is
1871 ** used).
1872 */
1873 static char stats_report_init_view(){
1874 char const * zType = PD("y","*"); /* analog to /timeline?y=... */
1875 char const * zRealType = NULL; /* normalized form of zType */
1876 char rc = 0; /* result code */
1877

Keyboard Shortcuts

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