We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a6737ec + 42520e6 commit 6a89f40Copy full SHA for 6a89f40
swift_browser_ui_frontend/wasm/src/upinit.c
@@ -49,15 +49,15 @@ int add_recv_key(
49
50
if (flag == FTW_F)
51
{
52
- #ifdef C4GH_WASM_DEv
+ #ifdef C4GH_WASM_DEV
53
printf("Adding receiver key in %s\n", path);
54
#endif
55
fd = open(path, O_RDONLY);
56
amount = read(fd, fout, 1023);
57
// Skip if couldn't read from the file or current session is NULL
58
if (amount <= 0)
59
60
61
printf("Failed to open the receiver key.\n");
62
63
goto finalAddRecv;
0 commit comments