Commit 9300855f by Robert Dewar Committed by Arnaud Charlet

mlib.adb: Minor code reorganization Minor reformatting

2008-08-05  Robert Dewar  <dewar@adacore.com>

	* mlib.adb: Minor code reorganization
	Minor reformatting

From-SVN: r138688
parent 584ec6e0
......@@ -263,12 +263,13 @@ package body MLib is
-- Set Success to True only if the newly
-- created file has been correctly written.
Success := Status and Actual_Len = Len + 3;
Success := Status and then Actual_Len = Len + 3;
if Success then
-- Set_Read_Only is used here, not
-- Set_Non_Writable, so that gprbuild can be
-- compiled with older compilers.
-- Set_Read_Only is used here, rather than
-- Set_Non_Writable, so that gprbuild can
-- he compiled with older compilers.
Set_Read_Only
(Name_Buffer (1 .. Name_Len - 1));
......
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