[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #13528] GSFileHandle -initForWritingAtPath: missing O_CREAT
From: |
Manuel Guesdon |
Subject: |
[bug #13528] GSFileHandle -initForWritingAtPath: missing O_CREAT |
Date: |
Thu, 23 Jun 2005 16:59:36 +0000 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.2) Gecko/20040804 Galeon/1.3.17 |
URL:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=13528>
Summary: GSFileHandle -initForWritingAtPath: missing O_CREAT
Project: GNUstep
Submitted by: mguesdon
Submitted on: jeu 23.06.2005 à 16:59
Category: Base/Foundation
Severity: 5 - Blocker
Item Group: Bug
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
_______________________________________________________
Details:
In GSFileHandle -initForWritingAtPath: on line:
int d = open([path fileSystemRepresentation], O_WRONLY|O_BINARY);
a O_CREAT is missing (without it, it fail on my Mandrake Linux release 9.1
(Bamboo) for i586 if the file doesn't already exist.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=13528>
_______________________________________________
Message posté via/par Savannah
http://savannah.gnu.org/
- [bug #13528] GSFileHandle -initForWritingAtPath: missing O_CREAT,
Manuel Guesdon <=