X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=reposerve;a=blobdiff_plain;f=server%2Fsrc%2Fclient.c;h=1ee31bb5bdc8d10d6d3fbb4fac0f85935305b2fd;hp=e7f4d3c12163bdd65a3033b34abbb349d1a91aad;hb=916d08f8d02fe9c08ed2574fc5dbe55a00a2e3e2;hpb=8f61a4a76806a3788f817d8833ac77a34c76484f diff --git a/server/src/client.c b/server/src/client.c index e7f4d3c..1ee31bb 100644 --- a/server/src/client.c +++ b/server/src/client.c @@ -137,7 +137,7 @@ static struct flist *gen_flist(int contents) } } sprintf(pathbuf, "%s/%s", repo_path, repo_file(i)->path); - flist_add(flist, pathbuf, contents); + flist_add(flist, repo_file(i)->path, pathbuf, contents); } repo_cleanup();