mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-10 16:43:35 +02:00
2019-04-29 Fred Gleason <fredg@paravelsystems.com>
* Fixed a type in 'RDLogPlay::move()'.
This commit is contained in:
@@ -1004,7 +1004,7 @@ void RDLogPlay::move(int from_line,int to_line)
|
||||
}
|
||||
if(to_line<size()) {
|
||||
if(logLine(to_line)->hasCustomTransition()) {
|
||||
if(to_line>to_line) {
|
||||
if(from_line>to_line) {
|
||||
mod_line[1]=to_line;
|
||||
}
|
||||
else {
|
||||
|
Reference in New Issue
Block a user