Skip to content

Commit

Permalink
Sean's idea
Browse files Browse the repository at this point in the history
  • Loading branch information
KendrickU committed Mar 10, 2019
1 parent 102c558 commit 72b4f56
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ int mesh_install(char **args)
for (int i = 0; i < SHA256_DIGEST_LENGTH && read_hash[i] != '\0'; i++) {
row.hash[i] = read_hash[i];
}
row.hash[i] = '\0';
row.hash[64] = '\0';
printf("\nrow.hash: %s\n", row.hash);

printf("Installing game %s for %s...\n", row.game_name, row.user_name);
Expand Down

0 comments on commit 72b4f56

Please sign in to comment.