mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2025-08-17 17:06:10 +00:00
Fix libgamestream doesn't print to console
This commit is contained in:
parent
58963bdbbb
commit
47f1ea3551
@ -335,7 +335,7 @@ int main(int argc, char* argv[]) {
|
||||
sprintf(pin, "%d%d%d%d", (int)random() % 10, (int)random() % 10, (int)random() % 10, (int)random() % 10);
|
||||
printf("Please enter the following PIN on the target PC: %s\n", pin);
|
||||
if (gs_pair(server, &pin[0]) != GS_OK) {
|
||||
fprintf("Failed to pair to server: %s\n", gs_error);
|
||||
fprintf(stderr, "Failed to pair to server: %s\n", gs_error);
|
||||
} else {
|
||||
printf("Succesfully paired\n");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user