1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 17:05:26 +02:00
This commit is contained in:
Alain Magloire 2003-04-29 19:45:51 +00:00
parent 47d57846c6
commit 790c73438f

View file

@ -2,6 +2,8 @@
* model/org/eclipse/cdt/internal/core/model/parser/PEParser.java (getBinary):
Catch if path == null.
* model/org/eclipse/cdt/internal/core/model/Archive.java (isReadOnly):
Always return true for binary.
2003-04-29 Alain Magloire