Skip to content

Commit

Permalink
added minor compile time mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
Azoam committed Apr 10, 2018
1 parent 6d2ea17 commit 286378a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Asst3/src/sfs.c
Expand Up @@ -320,7 +320,7 @@ Inode * getFilePath(char * path)
fileNameIndex++;
if(fileNameIndex > strlen(path))
{
log_,sg("Small Path - Almost certain its root: %s\n",path);
log_msg("Small Path - Almost certain its root: %s\n",path);
return FT->files[0];
}
char fileName[128];
Expand Down

0 comments on commit 286378a

Please sign in to comment.