diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2007-11-25 08:46:19 +0000 |
|---|---|---|
| committer | joncruz <joncruz@users.sourceforge.net> | 2007-11-25 08:46:19 +0000 |
| commit | ed8752817b2f935fc51a00e167e2f21e583194b8 (patch) | |
| tree | 6be763af98fe17e22aff5d45ad84a3c0b5a2b566 /src/dom/uri.cpp | |
| parent | Implemented per-monitor display adjustment via XICC (diff) | |
| download | inkscape-ed8752817b2f935fc51a00e167e2f21e583194b8.tar.gz inkscape-ed8752817b2f935fc51a00e167e2f21e583194b8.zip | |
Warning cleanup
(bzr r4133)
Diffstat (limited to 'src/dom/uri.cpp')
| -rw-r--r-- | src/dom/uri.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dom/uri.cpp b/src/dom/uri.cpp index e68caf898..13b76c413 100644 --- a/src/dom/uri.cpp +++ b/src/dom/uri.cpp @@ -329,6 +329,9 @@ static int find(const std::vector<int> &str, int ch, int startpos) static int findLast(const std::vector<int> &str, int ch) { + // TODO FIXME BUGBUG + // This loop appears to be infinite, so it is probably not being called. + // Test for a problem, then fix after it has been observed locking up. for (unsigned int i = str.size()-1 ; i>=0 ; i--) { if (ch == str[i]) |
