Bug Fix - FF4 newline

- Oops - FF4 did not include a newline at EOL.
This commit is contained in:
Paul Beckingham 2009-06-11 02:00:05 -04:00
parent 6066fa51ba
commit 1cac0d6647
2 changed files with 4 additions and 4 deletions

View file

@ -71,7 +71,7 @@ std::string Record::composeF4 ()
}
}
ff4 += "]";
ff4 += "]\n";
return ff4;
}