Thanks - applied

    Ludovic> Hi, In NSFileWrapper, the method:

    Ludovic> - (BOOL) writeToFile: (NSString*)path atomically:
    Ludovic> (BOOL)atomicFlag updateFilenames:
    Ludovic> (BOOL)updateFilenamesFlag

    Ludovic> contains a small bug.

    Ludovic> At the end of the method we have:

    Ludovic>   if (success && updateFilenamesFlag) [self setFilename:
    Ludovic> path];

    Ludovic> and I think we should have:

    Ludovic>   if (success && updateFilenamesFlag) [self setFilename:
    Ludovic> [path lastPathComponent]];

_______________________________________________
Bug-gnustep mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to