Patch level :4.0
Files correlati : Ricompilazione Demo : [ ] Commento :formato lunghezza patch corretto git-svn-id: svn://10.65.10.50/trunk@16009 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
18691a9ab0
commit
de79560c9c
@ -1935,8 +1935,8 @@ bool TFascicolator_mask::set_version_info(const TFilename& filename,
|
||||
checksum = year + release + tag + patch;
|
||||
str.format("%04d.%02d.%02d.%04d.%04d", year, release, tag, patch, checksum);
|
||||
|
||||
TString oldfirm("XXXX.XX.XX.XXX.XXXX");
|
||||
outfile.read(oldfirm.get_buffer(),19);
|
||||
TString oldfirm("XXXX.XX.XX.XXXX.XXXX");
|
||||
outfile.read(oldfirm.get_buffer(),20);
|
||||
if (oldfirm!=str)
|
||||
{
|
||||
outfile.seekp(position);
|
||||
|
Loading…
x
Reference in New Issue
Block a user