Fossil SCM
update wrong comment
Commit
39807cdf0c66fea3bde7347953182d40c92a7593
Parent
99ab9fb47cfb201…
1 file changed
+1
-1
+1
-1
| --- src/file.c | ||
| +++ src/file.c | ||
| @@ -484,11 +484,11 @@ | ||
| 484 | 484 | ** a file in a repository. Valid filenames follow all of the |
| 485 | 485 | ** following rules: |
| 486 | 486 | ** |
| 487 | 487 | ** * Does not begin with "/" |
| 488 | 488 | ** * Does not contain any path element named "." or ".." |
| 489 | -** * Does not contain any of these characters in the path: "\*[]?" | |
| 489 | +** * Does not contain any of these characters in the path: "\" | |
| 490 | 490 | ** * Does not end with "/". |
| 491 | 491 | ** * Does not contain two or more "/" characters in a row. |
| 492 | 492 | ** * Contains at least one character |
| 493 | 493 | */ |
| 494 | 494 | int file_is_simple_pathname(const char *z){ |
| 495 | 495 |
| --- src/file.c | |
| +++ src/file.c | |
| @@ -484,11 +484,11 @@ | |
| 484 | ** a file in a repository. Valid filenames follow all of the |
| 485 | ** following rules: |
| 486 | ** |
| 487 | ** * Does not begin with "/" |
| 488 | ** * Does not contain any path element named "." or ".." |
| 489 | ** * Does not contain any of these characters in the path: "\*[]?" |
| 490 | ** * Does not end with "/". |
| 491 | ** * Does not contain two or more "/" characters in a row. |
| 492 | ** * Contains at least one character |
| 493 | */ |
| 494 | int file_is_simple_pathname(const char *z){ |
| 495 |
| --- src/file.c | |
| +++ src/file.c | |
| @@ -484,11 +484,11 @@ | |
| 484 | ** a file in a repository. Valid filenames follow all of the |
| 485 | ** following rules: |
| 486 | ** |
| 487 | ** * Does not begin with "/" |
| 488 | ** * Does not contain any path element named "." or ".." |
| 489 | ** * Does not contain any of these characters in the path: "\" |
| 490 | ** * Does not end with "/". |
| 491 | ** * Does not contain two or more "/" characters in a row. |
| 492 | ** * Contains at least one character |
| 493 | */ |
| 494 | int file_is_simple_pathname(const char *z){ |
| 495 |