Skip to content

Commit

Permalink
Fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinbreiz committed Oct 25, 2017
1 parent 683befe commit a71f34e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public static void c_Rmdir(string rmdir, short startIndex = 0, short count = 6)
}
else
{
L.Text.Display("doesnotexist");
L.Text.Display("doesnotexist", dir);
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public static void c_Rmfil(string rmfil, short startIndex = 0, short count = 6)
}
else
{
L.Text.Display("doesnotexist");
L.Text.Display("doesnotexist", file);
}
}
}
Expand Down

0 comments on commit a71f34e

Please sign in to comment.