Skip to content

Commit

Permalink
Prevention: preventing undesirable behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
SizzleUnrlsd committed Aug 13, 2023
1 parent 8eb7936 commit 4545cc4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/update/update.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ char *get_readme_from_github(const char* repo_owner, const char* repo_name)
return NULL;
}
output[output_size] = '\0';
// garbage_backup_ptr(output);
return output;
}

Expand Down

0 comments on commit 4545cc4

Please sign in to comment.