Commit d12d45a4 authored by claes's avatar claes

Buggfix in build volume, rtt_file wasn't updated

parent d4f33b4e
/* /*
* Proview $Id: wb_build.cpp,v 1.6 2007-02-22 13:02:25 claes Exp $ * Proview $Id: wb_build.cpp,v 1.7 2008-04-14 10:13:33 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB. * Copyright (C) 2005 SSAB Oxelsund AB.
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
...@@ -265,7 +265,7 @@ void wb_build::rootvolume( pwr_tVid vid) ...@@ -265,7 +265,7 @@ void wb_build::rootvolume( pwr_tVid vid)
dcli_translate_filename( fname, fname); dcli_translate_filename( fname, fname);
m_sts = dcli_file_time( fname, &rtt_time); m_sts = dcli_file_time( fname, &rtt_time);
if ( opt.crossref && ( evenSts() || time_Acomp( &modtime, &rtt_time) == 1)) { if ( opt.crossref && ( evenSts() || time_Acomp( &modtime, &rtt_time) == 1)) {
strcat( cmd, "create rttfiles"); strcpy( cmd, "create rttfiles");
m_wnav->command( cmd); m_wnav->command( cmd);
if ( ODD(sumsts)) if ( ODD(sumsts))
sumsts = PWRB__SUCCESS; sumsts = PWRB__SUCCESS;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment