Compare commits
No commits in common. "1b683f3395681f60d3237d47d52f0819875b6750" and "cdacfc106ddf5386ad00bb2e903a811f6a16b82f" have entirely different histories.
1b683f3395
...
cdacfc106d
2 changed files with 1 additions and 3 deletions
|
@ -2,8 +2,6 @@
|
|||
|
||||
## Upcoming Changes
|
||||
|
||||
Fix internal erronous buffer declaration.
|
||||
|
||||
## Version 1.2
|
||||
|
||||
Add the `--generate-dir=<DIR>` option, which will generate all html into the
|
||||
|
|
|
@ -458,7 +458,7 @@ int c_simple_http_static_copy_over_dir(const char *from,
|
|||
return 1;
|
||||
}
|
||||
|
||||
char buf[1024];
|
||||
char *buf[1024];
|
||||
size_t fread_ret;
|
||||
unsigned long fwrite_ret;
|
||||
while (!feof(from_file_fd)
|
||||
|
|
Loading…
Reference in a new issue