gnunet-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-developers] filename expansion


From: Glenn McGrath
Subject: [GNUnet-developers] filename expansion
Date: Tue, 21 Jan 2003 16:35:40 +1100

When doing tilde expansion we dont need add a '/'.

All i wanted to do with patch was

     strcat(fn, fm);
-    strcat(fn, "/");
     strcat(fn, &fil[1]); /* do not copy '~' */

but i ended up reorganised the function.

(not sure how pedantic you are about style)


Glenn

Attachment: file_expansion.diff
Description: Text document

Attachment: pgpIfuwgJ5IKc.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]