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:
parent
f4f0855bfc
commit
c69b8f3188
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user