Fossil SCM
Fixed incorrect /hash-color-test URI in the user-color-map setting's help text.
Commit
966305b2648907272e4dd1c11a69bde053dee18ecb26541f8af4a88da260fbbd
Parent
83feccc291acc6e…
1 file changed
+1
-1
+1
-1
| --- src/color.c | ||
| +++ src/color.c | ||
| @@ -79,11 +79,11 @@ | ||
| 79 | 79 | ** used by the color chooser algorithm. |
| 80 | 80 | ** |
| 81 | 81 | ** This list is intended to be relatively short. The idea is to only use |
| 82 | 82 | ** this map to resolve color collisions between common users. |
| 83 | 83 | ** |
| 84 | -** Visit /test-hash-color?rand for a list of suggested names for the | |
| 84 | +** Visit /hash-color-test?rand for a list of suggested names for the | |
| 85 | 85 | ** second word of each pair in the list. |
| 86 | 86 | */ |
| 87 | 87 | char *user_color(const char *zLogin){ |
| 88 | 88 | static int once = 0; |
| 89 | 89 | static int nMap = 0; |
| 90 | 90 |
| --- src/color.c | |
| +++ src/color.c | |
| @@ -79,11 +79,11 @@ | |
| 79 | ** used by the color chooser algorithm. |
| 80 | ** |
| 81 | ** This list is intended to be relatively short. The idea is to only use |
| 82 | ** this map to resolve color collisions between common users. |
| 83 | ** |
| 84 | ** Visit /test-hash-color?rand for a list of suggested names for the |
| 85 | ** second word of each pair in the list. |
| 86 | */ |
| 87 | char *user_color(const char *zLogin){ |
| 88 | static int once = 0; |
| 89 | static int nMap = 0; |
| 90 |
| --- src/color.c | |
| +++ src/color.c | |
| @@ -79,11 +79,11 @@ | |
| 79 | ** used by the color chooser algorithm. |
| 80 | ** |
| 81 | ** This list is intended to be relatively short. The idea is to only use |
| 82 | ** this map to resolve color collisions between common users. |
| 83 | ** |
| 84 | ** Visit /hash-color-test?rand for a list of suggested names for the |
| 85 | ** second word of each pair in the list. |
| 86 | */ |
| 87 | char *user_color(const char *zLogin){ |
| 88 | static int once = 0; |
| 89 | static int nMap = 0; |
| 90 |