-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from alexfederlin/alexfederlin-patch-1
fixed garbled output with println
- Loading branch information
Showing
1 changed file
with
115 additions
and
0 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
see new issue #7. looks like this change has been inserted in the wrong place and causing compile failure. Looks like the variable 'line' is expected to be a parameter in the containing function as per some of the other functions.
Regards, Simon