forked from open-education-hub/operating-systems
-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
io/lab: Fix strtok_r usage in Mini-shell
Currently the code fails to compile because `strtok_r` is not provided the `saveptr` argument. This commit fixes this and synchronizes the changes to the solution. It also removes the `TODO:` marker from one of the comments as there is nothing to do. Signed-off-by: Teodorescu Robert-Andrei <[email protected]>
- Loading branch information
Teodorescu Robert-Andrei
committed
Dec 11, 2023
1 parent
f7d1cd3
commit da0aebe
Showing
2 changed files
with
15 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters