1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2026-03-23 03:37:15 +01:00

more debugging for #1334

This commit is contained in:
Vadim Kurland 2010-03-16 19:04:04 +00:00
parent f4f0855bfc
commit c69b8f3188
2 changed files with 6 additions and 1 deletions

View File

@ -1 +1 @@
#define BUILD_NUM 2721
#define BUILD_NUM 2723

View File

@ -301,9 +301,14 @@ RCS::RCS(const QString &file)
{
if (rcsenvfix==NULL) rcsenvfix = new RCSEnvFix();
if (fwbdebug) qDebug() << "RCS::RCS(" << file << ")";
QFileInfo fi(file);
if (fi.exists()) filename = fi.canonicalFilePath();
else filename = file;
if (fwbdebug) qDebug() << "filename=" << filename;
checked_out = false;
locked = false;
inrcs = false;