Skip to content

Commit

Permalink
Fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
luckboy committed Oct 17, 2019
1 parent 3cb9065 commit 1cabf24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions letin/main.cpp
@@ -1,5 +1,5 @@
/****************************************************************************
* Copyright (C) 2014-2015, 2017 Łukasz Szpakowski. *
* Copyright (C) 2014-2015, 2017, 2019 Łukasz Szpakowski. *
* *
* This software is licensed under the GNU Lesser General Public *
* License v3 or later. See the LICENSE file and the GPL file for *
Expand Down Expand Up @@ -355,7 +355,7 @@ int main(int argc, char **argv)
if(isprint(c))
cout << c;
else
cout << "\\" << oct << c;
cout << "\\" << oct << c << dec;
break;
}
}
Expand Down

0 comments on commit 1cabf24

Please sign in to comment.