Fix problem with specified paths in `ls`

master
Drake 3 years ago
parent 5f8f10bb04
commit 998a92840f
No known key found for this signature in database
GPG Key ID: 9B83455BD94F12A3

@ -85,7 +85,6 @@ int main(int argc, char** argv) {
} else if (specpath == true) {
//printf("f\n");
strcpy(wd, realpath(thatpath, NULL));
free(thatpath);
}
//printf(wd);
DIR* dirp;

Loading…
Cancel
Save