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-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to