Changeset d42194527ba4796a8afd6bba586ded94df0d8c7a
- Timestamp:
- 12/09/07 21:11:48
(1 year ago)
- Author:
- Jason Michalski <armooo@armooo.net>
- git-committer:
- Jason Michalski <armooo@armooo.net> 1197256308 -0600
- git-parent:
[9978c046b6dcca9db37e5f06c5bb514df57807fe]
- git-author:
- dlfl <dlfl@tivoccommunity.forum> 1197256308 -0600
- Message:
Fixed fill path AnchorItem? bug on windows
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| re7d0360 |
rd421945 |
|
| 131 | 131 | else: |
|---|
| 132 | 132 | file_url = '/' + cname + file_name |
|---|
| | 133 | file_url = file_url.replace('\\', '/') |
|---|
| 133 | 134 | |
|---|
| 134 | 135 | if file_url == anchor: |
|---|