Coding style.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25813 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2008-07-22 21:22:44 +00:00
parent 7bfea6679c
commit e594f7d4f1

View File

@ -480,6 +480,7 @@ bool SVN::checkInEnabled()
// FIXME Correctly return code should be checked instead of this.
// This would need another solution than just plain startscript.
// Hint from Andre': QProcess::readAllStandardError()...
string SVN::scanLogFile(FileName const & f)
{
ifstream ifs(f.toFilesystemEncoding().c_str());