[Top][All Lists]
[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
file_expansion.diff
Description: Text document
pgpIfuwgJ5IKc.pgp
Description: PGP signature
- [GNUnet-developers] filename expansion,
Glenn McGrath <=