igor's ru.po, update msg.txt, get_cursor_over_window tweaks
[goodguy/history.git] / cinelerra-5.1 / cinelerra / filexml.C
index 9c99d3f8364b262c318cb5980a77b09889b69ede..f707ad60b9b8d5abb326fa915874dfb812f654b5 100644 (file)
@@ -518,7 +518,7 @@ int FileXML::read_data_until(const char *tag_end, char *out, int len, int skip)
                ++pos;
        }
 // if end tag is reached, pos is left on the < of the end tag
-       if( !skip && pos >= 0 && !tag_end[pos] && !skip )
+       if( !skip && pos >= 0 && !tag_end[pos] )
                buffer->iseek(ipos);
        return opos;
 }