Bug Fix - FF4 newline
- Oops - FF4 did not include a newline at EOL.
This commit is contained in:
@@ -71,7 +71,7 @@ std::string Record::composeF4 ()
|
||||
}
|
||||
}
|
||||
|
||||
ff4 += "]";
|
||||
ff4 += "]\n";
|
||||
return ff4;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user