We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a33a490 commit 2e985bbCopy full SHA for 2e985bb
Userland/Utilities/base64.cpp
@@ -33,7 +33,7 @@ ErrorOr<int> serenity_main(Main::Arguments arguments)
33
return 0;
34
}
35
36
- auto encoded = encode_base64(buffer);
+ auto encoded = TRY(encode_base64(buffer));
37
outln("{}", encoded);
38
39
0 commit comments