Forgot to turn writing to stdout back on

This commit is contained in:
tastytea 2018-11-25 07:25:21 +01:00
parent b073f2e0d6
commit 74da3609fc
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
cmake_minimum_required (VERSION 3.2) cmake_minimum_required (VERSION 3.2)
project(libravatarserv project(libravatarserv
VERSION 0.2.0 VERSION 0.2.1
LANGUAGES CXX LANGUAGES CXX
) )

View File

@ -77,7 +77,7 @@ int main()
if (answer.error == 0) if (answer.error == 0)
{ {
// answer.image.write("test.png"); // answer.image.write("test.png");
// answer.image.write("/dev/stdout"); answer.image.write("/dev/stdout");
} }
else else
{ {