Skip to content

Commit

Permalink
Cleared TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
Helloman892 committed Dec 24, 2020
1 parent 4720a49 commit e5ea18e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/remote.c
Original file line number Diff line number Diff line change
Expand Up @@ -1083,7 +1083,7 @@ Result http_get(const char * url, char ** filename, char ** buf, u32 * size, Ins
{
httpcCloseContext(&context);
free(*buf);
DEBUG("realloc failed in http_get - file possibly too large?\n"); // TODO: report this?
DEBUG("realloc failed in http_get - file possibly too large?\n");
return MAKERESULT(RL_FATAL, RS_INTERNAL, RM_KERNEL, RD_OUT_OF_MEMORY);
}
*buf = new_buf;
Expand Down

0 comments on commit e5ea18e

Please sign in to comment.