| Commit message (Collapse) | Author | Age |
|
|
|
| |
Instead of inifinitely looping
|
|
|
|
|
| |
Function was exiting without freeing the file descriptor or flushing the
write buffer to disk. a quick call to fclose fixes this.
|
| |
|
|
|
|
|
|
|
|
| |
name is now char* instead of char*[] because why would that be a thing?
now also allocates 32 bytes for name *before* trying to strcpy
Signed-off-by: Cara Salter <cara@devcara.com>
|
|
|
|
| |
Signed-off-by: Cara Salter <cara@devcara.com>
|
| |
|
|
yay start of a state machine and also learning sockets
|