Maybe this time I'll remember to attach it.
-- Greg Wooledge | "Truth belongs to everybody." greg at wooledge.org | - The Red Hot Chili Peppers http://wooledge.org/~greg/ | -------------- next part -------------- Index: src/freenet/fs/dir/NativeFSDirectory.java =================================================================== RCS file: /cvsroot/freenet/freenet/src/freenet/fs/dir/NativeFSDirectory.java,v retrieving revision 1.124 diff -u -r1.124 NativeFSDirectory.java --- src/freenet/fs/dir/NativeFSDirectory.java 20 May 2003 19:55:37 -0000 1.124 +++ src/freenet/fs/dir/NativeFSDirectory.java 22 May 2003 12:36:40 -0000 @@ -999,12 +999,12 @@ //getFileBuffer.append(rootAsString); //getFileBuffer.append(File.separator); Fields.longToHex(fn.hashCode() & 0xff, getFileOtherBuffer); - getFileBuffer.append(getFileOtherBuffer); + getFileBuffer.append(getFileOtherBuffer.toString()); getFileOtherBuffer.setLength(0); //getFileBuffer.append(Fields.longToHex(fn.hashCode() & 0xff)); getFileBuffer.append(File.separator); Fields.longToHex(fn.getDirID(), getFileOtherBuffer); - getFileBuffer.append(getFileOtherBuffer); + getFileBuffer.append(getFileOtherBuffer.toString()); getFileOtherBuffer.setLength(0); //getFileBuffer.append(Fields.longToHex(fn.getDirID())); getFileBuffer.append("-"); -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20030522/7ed1437c/attachment.pgp>
