summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2003-05-12 13:58:20 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2003-05-12 13:58:20 +0000
commit85be46942738247886b84ef6e55c2589b831c9ff (patch)
tree4c1110b0f12c248b5f10becd268f9fe13477a09a
parentbedffd0471e4bc66249947821c9f2826f091c1d0 (diff)
downloadMPC-85be46942738247886b84ef6e55c2589b831c9ff.tar.gz
ChangeLogTag: Mon May 12 08:56:27 2003 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r--modules/ProjectCreator.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ProjectCreator.pm b/modules/ProjectCreator.pm
index 3657771c..8282b754 100644
--- a/modules/ProjectCreator.pm
+++ b/modules/ProjectCreator.pm
@@ -1753,7 +1753,7 @@ sub write_output_file {
print $fh $line;
}
close($fh);
- if (compare($tmp, $name) == 0) {
+ if (-s $tmp == -s $name && compare($tmp, $name) == 0) {
$different = 0;
}
}