k9core

Unnamed repository
Log | Files | Refs | LICENSE

commit 0ee58ebd7b812a857740a7a11b423afcca501f69
parent a1f38d589250ce8c0329cd0694cf27d12866bade
Author: qorg11 <qorg@vxempire.xyz>
Date:   Tue, 28 Jul 2020 12:47:26 +0200

idk whats this git told me isnt' staged so hre's your commit

Diffstat:
Msrc/unlink.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/unlink.c b/src/unlink.c @@ -11,6 +11,7 @@ main(int argc, char *argv[]) fprintf(stderr,"What do I unlink?\n"); return 1; } + int fd = unlink(argv[1]); if(fd == -1) {