mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 04:04:35 +03:00
(Very) initial working OpenBSD port
This commit is contained in:
@ -55,7 +55,7 @@ inline int String_eq(const char* s1, const char* s2) {
|
||||
char** String_split(const char* s, char sep, int* n) {
|
||||
*n = 0;
|
||||
const int rate = 10;
|
||||
char** out = calloc(rate, sizeof(char**));
|
||||
char** out = calloc(rate, sizeof(char*));
|
||||
int ctr = 0;
|
||||
int blocks = rate;
|
||||
char* where;
|
||||
|
Reference in New Issue
Block a user