Skip to content

Commit

Permalink
Code: Remove annoying line
Browse files Browse the repository at this point in the history
  • Loading branch information
NDRAEY committed Feb 10, 2024
1 parent 59cbc59 commit 09a9bc8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions kernel/src/fs/tarfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,6 @@ FSM_DIR* fs_tarfs_dir(const char Disk,const char* Path){

memcpy(Files[CA].Path, zpath, strlen(zpath));

qemu_log("Path: %s => %s", initrd->Files[i].Name, Files[CA].Path);

substr(Files[CA].Name,
initrd->Files[i].Name,
strlen(Path),
Expand Down

0 comments on commit 09a9bc8

Please sign in to comment.